Quick create chrome extensions with reactjs-chrome-extension template
Welcome to contribute to open source project, Find it on GitHub
This template will allow you to create quick chrome extensions with predefined sets of components, classes, quick replacement and different themes.
- node >= 16.8.0
- yarn >= 1.22.11
- npm >= 8.1.4
- Start creating new project using this template with following command
- Note: replace my-app-name with your app name
npx create-react-app my-app-name --template reactjs-chrome-extension
cd my-app-name
yarn install
yarn start
then open http://localhost:8080 in your browser
yarn run build-extension
Make sure you have enabled developer mode in browser, then load extension in your browser