For the latest packaged version check the releases page. Drop the crx
file in the Chrome extensions page (chrome://extensions/
).
- Install NodeJS from https://nodejs.org/
npm install -g gulp webpack
npm install
gulp
- In the Chrome extensions page,
Load unpacked extension...
and select thebuild
directory.
The extension will automatically reload on code changes.
git pull origin branch_name
npm install
gulp build
will generate a build in./dist
.