This is a basic Chrome Extensions boilerplate to help you write modular and modern Javascript code, load CSS easily and automatic reload the browser on code changes.
This project is updated with:
name
, description
, and repository
fields in package.json
.src/manifest.json
./utils/
.npm install
to install the dependencies.npm start
chrome://extensions/
Developer mode
Load unpacked extension
build
folder.All your extension's code must be placed in the src
folder.
After the development of your extension run the command
$ npm run build
Thanks!