@crx-template/chrome-extension-react-js
v0.0.0
Published
## Installing and Running
Downloads
10
Maintainers
Readme
chrome-extension-react-js
Installing and Running
Procedures
- Check if your Node.js version is >= 14.
- Clone this repository.
- Change the package's
your name
,description
, andrepository
fields inpackage.json
. - Change the name of your extension on
src/manifest.js
. - Run
pnpm install
to install the dependencies. - Run
pnpm build
Packing
After the development of your extension run the command
$ pnpm build
Now, the content of build
folder will be the extension ready to be submitted to the Chrome Web Store. Just take a look at the official guide to more infos about publishing.
Power by create-chrome-ext | Github