Building browser extensions
These are resources that I reference and guides that I follow while developing browser add-ons/extensions. Hopefully this garden will be helpful to you along the way!
Resources
- How to install temporary add-ons in Firefox (MDN)
- Icons for Chrome extensions (chrome.com)
manifest.json
documentation (MDN)- Sample build script (GitHub)
Guides
How to add to browser while developing
Chrome
- Go to
chrome://extensions
- Enable “Developer mode”
- Select “Load unpacked”
- Select the project directory
Firefox
- Go to
about:debugging#/runtime/this-firefox
- Select “Load Temporary Add-on…”
- Select the project directory