DEV Community

Cover image for Top Firefox Extensions For Developers 🔥🚀
brandon_wallace
brandon_wallace

Posted on • Updated on

Top Firefox Extensions For Developers 🔥🚀

Here are some great Firefox extensions for developers which will make you more productive.

wappalyzer-img.png

1 - Wappalyzer

Wappalyzer will identify technologies used on websites.


stylus-img.png

2 - Stylus

Use Stylus to redesign, edit, create, and manage a website's CSS.


jsonview.png

3 - JSON View

View JSON document in the browser formatted and highlighted.


html-validator.png

4 - HTML Validator

Validate HTML on a webpage.


measure-it.png

5 - Measure-it

Measure elements on the webpage.


rest-client.png

6 - REST Client

Make custom HTTP request for testing purposes.


colorzilla.png

7 - ColorZilla

Many features related to selecting colors.


selenium-ide.png

8 - Selenium IDE

Extension that allows you to record, edit, and debug tests.


web-developer.png

9 - Web Developer

Add various web developer tools to your browser.


whatfont.png

10 - WhatFont

Inspect fonts contained on a page.

Comment on your favorite extension!


Linked article: Go check out this awesome list of Chrome extensions by DevLorenzo 🚀


Cover image by Gerd Altmann on Pixabay


Latest comments (4)

Collapse
 
jonrandy profile image
Jon Randy 🎖️

A lot of the things you mention just provide functionality that's already built in

Collapse
 
brandonwallace profile image
brandon_wallace • Edited

Thank you for your comment Jon. Can you explain more? I will happily update this post with the information.

Collapse
 
stephenwhitmore profile image
Stephen Whitmore

Firefox actually has a built in JSON viewer now! It's enabled by default on the normal release version as of version 53 - developer.mozilla.org/en-US/docs/T...

I also recommend BitWarden as another must have plugin for devs. We need to manage a lot of credentials and it saves a lot of time. And, unlike LastPass, it's open source!

Collapse
 
brandonwallace profile image
brandon_wallace

Thank you for the comment Steve. I guess a JSON viewer would be an easy thing to incorporate into a browser.