reactjs-chrome-extension
v0.1.4
Published
This is an open source project template to create chrome extensions quickly
Downloads
2
Readme
React Js Chrome Extension Template
Quick create chrome extensions with reactjs-chrome-extension template
Open Source
Welcome to contribute to open source project, Find it on GitHub
Description
This template will allow you to create quick chrome extensions with predefined sets of components, classes, quick replacement and different themes.
Prerequisite installation and setup
- node >= 16.8.0
- yarn >= 1.22.11
- npm >= 8.1.4
How to use this template?
- 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
Pre setup
cd my-app-name
yarn install
See popup page
yarn start
then open http://localhost:8080 in your browser
Install Extension
Step 1 - build
yarn run build-extension
Step 2 - load
Make sure you have enabled developer mode in browser, then load extension in your browser