Skip to content

Latest commit

 

History

History
60 lines (37 loc) · 1.33 KB

README.md

File metadata and controls

60 lines (37 loc) · 1.33 KB

Noise

Make sound response when event happen.

Available Events

  • Browser startup
  • Download start / completed / interrupted / failed
  • Back or Forward navigation
  • Request completed, like 404, 500 response
  • Clipboard copy

Development

Have some scripts for developer convenience, note the names without :chrome imply Firefox.

Make temporary build to build folder:

yarn build
yarn build:chrome

yarn build watch
yarn build:chrome watch

Run with web-ext after temporary build (Firefox only):

yarn test
yarn test --profile some_firefox_profile_name

Package a zip file:

yarn build:prod
yarn build:prod:chrome

Alternatives

Firefox

Chrome