Useful Firefox Extensions For Developers

Published at August 24, 2007   Filed Under Firefox    

feedIf you're new here, you may want to subscribe to my RSS feed or Email alerts. Thanks for visiting!

mozilla firefoxHere is a list of useful Firefox extensions for web developers and programmers.

1. Greasemonkey
Greasemonkey allows users to install scripts that make on-the-fly changes to specific web pages. Greasemonkey can be used for adding new functionality to web pages, fixing rendering bugs, combining data from multiple webpages, and numerous other purposes.

2. Firebug
With Firebug you can edit, debug, and monitor CSS, HTML, and JavaScript live in any web page. Works with: Firefox: 1.5 – 2.0.0.*

3. Web Developer
Web Developer extension adds a menu and a toolbar with various web developer tools. Works with: Firefox: 1.5 – 2.0.0.*


4. Html Validator
HTML Validator is a Mozilla extension that adds HTML validation inside Firefox and Mozilla. The number of errors of a HTML page is seen on the form of an icon in the status bar when browsing. Works with: Firefox: 1.5 – 2.0.0.*

5. JavaScript Debugger
JavaScript Debugger provides a powerful JavaScript debugging environment for Mozilla based browsers. Works with Firefox: 0.9 – 3.0a1

6. MeasureIt
With Measureit you can measure the height and width properties of page elements by drawing a ruler. Works with Firefox: 1.0 – 2.0.0.*

7. Poster
A developer tool for interacting with web services and other web resources that lets you make HTTP requests, set the entity body, and content type. This allows you to interact with web services and inspect the results. Works with Firefox: 1.5 – 2.0.0.*

8. CSSViewer
With this extension you can view CSS properties of page elements. Works with Firefox: 1.5 – 2.0.0.*

9. Load Time Analyzer
The Load Time Analyzer allows developers to measure and graph how long web pages take to load in Firefox. Load Time Analyzer produces graphs that show the occurrence of events such as requests for the page, images, stylesheets and scripts, along with events like the execution of an onload script. Works with Firefox: 1.5 – 2.0.0.*

10. FireFTP
FireFTP is a free, secure, cross-platform FTP client for Mozilla Firefox. It also includes more advanced features such as directory comparison, syncing directories while navigating, SSL encryption, search/filtering, integrity checks, remote editing, drag & drop, file hashing etc.. Works with: Firefox: 1.5 – 2.0.0.*

11. FirePHP
Visualize and control your PHP backend from Firefox. FirePHP allows you to take a deeper look at all the work your PHP code does to generate that page you are currently looking at in your Firefox browser.

Update:
12. ColorZilla
With ColorZilla you can get a color reading from any point in your browser, quickly adjust this color and paste it into another program. You can Zoom the page you are viewing and measure distances between any two points on the page. The built-in palette browser allows choosing colors from pre-defined color sets and saving the most used colors in custom palettes.

13. X-Ray
Once installed the X-Ray command is available by right-clicking as well as in the Tools menu. When applied to a page it can help you see how the document was constructed without having to go back and forth between the sourcecode and the page in your browser. Is that list made of li, dd or p elements? Is that an h3 tag or just some bolded text? X-Ray shows you what’s beneath the surface of the page. Works with Firefox: 1.5 – 2.0.0.* [Thanks Andy]

14. Aardvark
Aardvark allows you to clean up unwanted banners and surrounding “fluff,” especially prior to printing a page. See how the page is created, block by block. View the source code of one or more elements [Thanks Manu]

If your favorite extension is missing from the list, drop me a line i will add it to the list.

Related: Firefox Extension: PicLens, Full Screen Slideshows

If you liked this post, feel free to subscribe to my RSS feed

31 Responses to “Useful Firefox Extensions For Developers”


  1. MyAvatars 0.2 Ryan
    August 24th, 2007 10:58 am
    YSlow for Firebug. Nice tool to figure out how you can improve your site’s perceived performance.
  2. MyAvatars 0.2 Tyler
    August 24th, 2007 1:04 pm
    How many times are people going to write this same blog post?
  3. MyAvatars 0.2 Andy Ford
    August 24th, 2007 2:49 pm
    I agree with Tyler, but came here via Del.icio.us anyway (by the way, why did you come here, Tyler?)

    Other good ones:
    Screengrab!
    XRAY
    ColorZilla (although I dumped it in favor of ColorCop)

    I would highly recommend the “Screengrab!” plugin - it allows you to take screenshots of just the live browser area - excluding all the browser and window chrome. No need to crop it out in Photoshop anymore!

    Also, you can select between just copying to the clipboard or saving as PNG

    Also lets you select between:
    Complete page (even the invisible portion below the “fold”)
    Just the visible portion
    Or a selection (like Photoshop’s marquee tool)

    It’s very handy!

    I recently spoke with someone who recommended FireFTP - he loved it. I was surprised because I had it installed about 2 years ago and it was slow as molasses. I’ve been using the free standalone FileZilla ftp program instead. But maybe it’s time to give FireFTP another chance

    All in all, the only ones I use are:
    FireBug (religiously)
    Web Developer (religiously)
    Screengrab! (occasionally)
    IEtab (rarely. Usually just open up IE. Also check out “MultipleIEs from Tredosoft)
    XRAY (just got it, but use it occasionally)
    Duplicate Tab (comes in handy sometimes)
    CustomizeGoogle
    Delicious (can’t believe you left this one out!)
    StumbleUpon (great breaktime/procrastination tool)
    For WordPress users, the “wp-recent-links” has a cool Firefox extension

    Handy free apps for web dev (not Firefox extensions):
    MultipleIEs by Tredosoft
    ColorCop
    FileZilla
    NotePad

  4. MyAvatars 0.2 Andy Ford
    August 24th, 2007 2:52 pm
    Should have said:
    “For WordPress users, the “wp-recent-linksâ€Â? plugin has a cool Firefox extension
  5. MyAvatars 0.2 ram
    August 24th, 2007 3:11 pm
    @Ryan, Tyler Thanx for commenting
    @Andy
    Thanx for commenting, i just made this list with useful extensions for the developer not for a general user. Thats why i left del.icio.us and others.
  6. MyAvatars 0.2 Craig
    August 24th, 2007 11:53 pm
    Good list. I’ve mentioned a couple of others at:
    http://www.optimalworks.net/blog/2007/firefox-extensions-developers
  7. MyAvatars 0.2 Andy Ford
    August 25th, 2007 12:48 am
    @ram
    I find that my development work benefits by using del.icio.us because I bookmark a boatload of web development resources (del.icio.us/analogpanda) and I always have them at my finger tips. But I agree that it’s not specifically a web development “tool”

    I just noticed my previous post lists “NotePad” as a ‘handy free app for web dev”… I’m not sure if this blog ate my two plus signs ( ), or if I just forgot them, but I DO NOT RECOMMEND NOTEPAD FOR WEB DEV!

    It should read “Notepad ” or if the plus signs get munched - “Notepad Plus Plus”

  8. MyAvatars 0.2 Andy Ford
    August 25th, 2007 12:50 am
    yep, plus signs are getting borked!
  9. MyAvatars 0.2 Nirmal
    August 25th, 2007 5:13 am
    Great list. I think Greasemonkey might be the commonly used one.
  10. MyAvatars 0.2 Shankar Ganesh
    August 25th, 2007 7:45 am
    I love the WebDeveloper Firefox addon. XRay is interesting. I’ll try it out.
  11. MyAvatars 0.2 ram
    August 25th, 2007 8:05 am
    @Nirmal
    Yaah Greasemonkey is famous, many people use it
    @Shankar
    Web-developer is quite useful extension
  12. MyAvatars 0.2 Bush Mackel
    August 25th, 2007 1:12 pm
    FANtastic post! If ppl aren’t using these, they’re WAY behind the curve.
  13. MyAvatars 0.2 ram
    August 25th, 2007 5:54 pm
    @Bush,
    Yep these are very useful tools
  14. MyAvatars 0.2 Vikram
    August 29th, 2007 6:37 am
    [...] via Top links [...]
  15. MyAvatars 0.2 Benedict Herold
    August 29th, 2007 6:36 pm
    I’m in a world of Greek and Latin which I don’t understand… I’m not a developer! still I guess it is a good list!
  16. MyAvatars 0.2 Manu
    August 30th, 2007 2:03 pm
    Ram, you might wanna include Aardvark Extension for Firefox as well.

    Also if one is using the Web Developer extension, Html Validator, MeasureIt, and CSSViewer extensions are not required as Web developer supports all of the features these three extensions provide. For best performance, keep FF light.

  17. MyAvatars 0.2 capture screen using fireshot
    September 5th, 2007 2:06 am
    Good screen captures could be created using FireShot.
    The plugin captures both entire web page and only its visible area.
    A graphic editor is provided: captured screens could be edited and easily annotated.

    It’s absolutely FREE, you can download it from: http://screenshot-program.com/fireshot/fireshot.xpi

    Have fun :)

  18. MyAvatars 0.2 Jessica
    February 6th, 2008 2:41 pm
    Thanks so much for posting about PicLens 1.6. We really appreciate it!

    For interested readers, below are links to two videos demos, one by our team and the other by a PicLens fan!

    http://www.youtube.com/watch?v=utySPFH_HlA
    http://www.vimeo.com/653047

    Thanks, again.
    Jessica & The Cooliris Team

  19. MyAvatars 0.2 Ram
    February 6th, 2008 4:17 pm
    @Jessica
    I received your mail i will post about it
  20. MyAvatars 0.2 Stuart Robertson
    April 6th, 2008 10:16 pm
    Nice to see people are still finding XRAY useful. :) The companion extension (for viewing the contents) is Professor X: http://www.designmeme.com/professorx/

Trackbacks/Pingbacks

  1. links for 2007-08-25 : Slobokan’s Site O’ Schtuff
  2. August 25th, 2007 12:18 am
  3. Saturday Speedlinkin II
  4. August 25th, 2007 3:52 pm
  5. Las mejores extensiones de Firefox para desarrolladores y programadores
  6. August 26th, 2007 2:50 am
  7. Ortaya karışık.. at ..the mythical woman month..
  8. August 27th, 2007 8:03 pm
  9. TechMantra » Top Firefox extensions for Developers
  10. August 29th, 2007 6:33 am
  11. DebugBar: IE Plug-in for web developers | Technology Bites
  12. October 3rd, 2007 10:21 am
  13. Best of Technology Bites 2007 | Technology Bites
  14. December 31st, 2007 4:39 pm
  15. Useful Firefox Extensions For Developers - Firefox,????
  16. January 7th, 2008 8:03 pm
  17. Estensioni Firefox utili agli sviluppatori / Melodycode.com - Life is a flash
  18. April 7th, 2008 12:25 am
  19. being (no)body » m3talink for April 7th
  20. April 7th, 2008 9:32 am
  21. rascunho » Blog Archive » links for 2008-04-08
  22. April 8th, 2008 5:27 am

Leave a Reply