- 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
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