DEV Community

Discussion on: Create Chrome Extension With HTML, CSS, and JavaScript

Collapse
 
jonrandy profile image
Jon Randy 🎖️

Baffled as to why there are so many people post tutorials like this without pointing out that the process is all but identical on Firefox (and other browsers). Most modern browsers all implement pretty much the same extension API

Collapse
 
jonrandy profile image
Jon Randy 🎖️

I'm a contributor to a popular extension. My first contribution was to add a small tweak to the manifest, and update the readme with installation instructions for Firefox. The actual code for the extension required no changes whatsoever. The extension works perfectly on both browsers