1.9 KiB
1.9 KiB
Timefox
To develop a Firefox (and Chrome) extension, you need to do the following things Source:
- Install Node and the
web-extpackage - Find a baseline example: https://github.com/mdn/webextensions-examples
- Or alternatively use the boilerplate tool: https://extensionworkshop.com/documentation/develop/browser-extension-development-tools/#boilerplating-tools
- The entry point is the
manifest.jsonfile; see documentation
Interesting for Timefox:
Ideas
- put the timer in the right click menu
- put the timestack as "stack" in a sidebar (https://github.com/mdn/webextensions-examples/tree/master/imagify)