Cadmus
Run the devserver. However, any messages to background or content scripts will not be sent (as those scripts don't exist in this mode). The devserver is useful for tweaking layout and styling of the popup.
$ yarn start
Do once:
- Run
yarn build
- Navigate to
chrome://extensions
in Chrome - Enable "Developer mode",
- Click "Load unpacked extension" and select the
build/
folder
Do on changes to source files:
- Run
yarn build
- Navigate to
chrome://extensions
in Chrome - Click the reload button on the extension card (circular arrow icon)
The CI pipeline triggers publish on new git tags.
After a PR is merged to master:
- Update the version number in
src/manifest.json
on master - Create a new git tag for that version and the publish pipeline will be triggered
Further customization of fonts and colors
This extension is based on resources and ideas from: