Skip to main content

Building browser extensions

Evergreen articles like this have moved: view my gardens section 🌱

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

Guides

How to add to browser while developing

Chrome

  1. Go to chrome://extensions
  2. Enable “Developer mode”
  3. Select “Load unpacked”
  4. Select the project directory

Firefox

  1. Go to about:debugging#/runtime/this-firefox
  2. Select “Load Temporary Add-on…”
  3. Select the project directory

Happy extending!