Skip to content

bootleq/noise

Repository files navigation

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