You can access the control panel to manage interval quickly, just one click.
Please download and install from Chrome WebStore.
- Please read the release page.
- Define new version.
# edit the version field to upgrade semver.
${EDITOR} dist/manifest.json
- Edit sources.
# edit some files...
${EDITOR} src/
- Build for dev.
npm run build:dev
- Run unit tests.
npm run test
- Do integration test in your chrome.
# import unpackaged extension from source, direct the dist path;
# ${pwd}/dist/
- Packing the dist dir if passed the test.
npm run build:prod
and zip the dist
dir.
- Upload it at the chrome developer site.
open https://chrome.google.com/webstore/devconsole/
MIT