Technology Bites

  • Home
  • Tech
    • Software
    • Browsers
    • Google
    • Internet
    • Windows
  • Mobile
    • Android
    • Apple
    • Windows Phone
  • Products
    • Phones
    • Tablets
  • TIP US
You are here: Home / Browsers / Useful Firefox Extensions For Developers

Useful Firefox Extensions For Developers

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

Share this:

  • Tweet

Related

About Ram

I am a blogger and Technology Enthusiast. I write about software, tech news, gadgets. You can reach me at ram@teknobites.com, follow me on Google+ or on Twitter

« 10 Unique WordPress Themes
Content-Aware Image Resizing »

Comments

  1. Ryan says

    YSlow for Firebug. Nice tool to figure out how you can improve your site’s perceived performance.

  2. Tyler says

    How many times are people going to write this same blog post?

  3. Andy Ford says

    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. Andy Ford says

    Should have said:
    “For WordPress users, the “wp-recent-linksâ€Â? plugin has a cool Firefox extension

  5. ram says

    @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. Craig says

    Good list. I’ve mentioned a couple of others at:

  7. Shankar Ganesh says

    I love the WebDeveloper Firefox addon. XRay is interesting. I’ll try it out.

  8. Andy Ford says

    @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”

  9. Andy Ford says

    yep, plus signs are getting borked!

  10. Nirmal says

    Great list. I think Greasemonkey might be the commonly used one.

  11. ram says

    @Nirmal
    Yaah Greasemonkey is famous, many people use it
    @Shankar
    Web-developer is quite useful extension

  12. Bush Mackel says

    FANtastic post! If ppl aren’t using these, they’re WAY behind the curve.

  13. ram says

    @Bush,
    Yep these are very useful tools

  14. Vikram says

    […] via Top links […]

  15. Benedict Herold says

    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. Manu says

    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. capture screen using fireshot says

    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. Jessica says

    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

    Thanks, again.
    Jessica & The Cooliris Team

  19. Ram says

    @Jessica
    I received your mail i will post about it

  20. Stuart Robertson says

    Nice to see people are still finding XRAY useful. 🙂 The companion extension (for viewing the contents) is Professor X: http://www.designmeme.com/professorx/

  21. Goran Web says

    Just installed load time analyzer, will update you. I use the web developer tool all the time to disable cache, view document outline, maintain cookies etc, well worth the the install.

  22. righini says

    very nice review, but i’m still searching for a full firebug+fireFTP enabled to modify .asp files and .php files in my remote server… to write the code while watching at the rendering in firefox, in real time. that would be a COOL thing! do you know if it is possible with actual plugins?

Trackbacks

  1. links for 2007-08-25 : Slobokan’s Site O’ Schtuff says:
    August 25, 2007 at 12:18 am

    […] Useful Firefox Extensions For Developers a great resource for all of us (tags: firefox extensions tools) […]

  2. Saturday Speedlinkin II says:
    August 25, 2007 at 3:52 pm

    […] Useful Firefox Extensions for Developers by Ram – Like the comment I left, if you’re a developer without these extensions, you’re just making life harder for yourself. […]

  3. Las mejores extensiones de Firefox para desarrolladores y programadores says:
    August 26, 2007 at 2:50 am

    […] extensiones de Firefox para los desarrolladores y programadores, probablemente. Está basada en esta otra. Yo uso 7 de las que […]

  4. Ortaya karışık.. at ..the mythical woman month.. says:
    August 27, 2007 at 8:03 pm

    […] GeliÅŸtiriciler için en kullanışlı Firefox eklentileri diye bir liste yapmışlar. […]

  5. TechMantra » Top Firefox extensions for Developers says:
    August 29, 2007 at 6:33 am

    […] Technology Bites  This entry is filed under Uncategorized. You can follow any responses to this entry through the […]

  6. DebugBar: IE Plug-in for web developers | Technology Bites says:
    October 3, 2007 at 10:21 am

    […] want to subscribe to my RSS feed or Email alerts. Thanks for visiting!We know that there are many Add-on’s available for Firefox to help us in web development, but when it comes to IE developer tools you will not see many of […]

  7. Best of Technology Bites 2007 | Technology Bites says:
    December 31, 2007 at 4:39 pm

    […] Useful Firefox Extensions For Developers […]

  8. Useful Firefox Extensions For Developers - Firefox,???? says:
    January 7, 2008 at 8:03 pm

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

  9. Estensioni Firefox utili agli sviluppatori / Melodycode.com - Life is a flash says:
    April 7, 2008 at 12:25 am

    […] News / Software Benvenuto! Se sei un nuovo visitatore ti consiglio di iscriverti al mio Feed RSS in modo da essere sempre aggiornato riguardo l’uscita di nuovi articoli oppure sbirciare tra i tutorials ed i progetti.Per avere un’idea del best-content presente in questo blog puoi leggere il post intitolato “Ed ora è il momento di rilanciare alcune iniziative! (1a parte e 2a parte)”.Buona navigazione e grazie per la visita!Il titolo dice tutto: “Useful Firefox Extensions For Developers“. […]

  10. being (no)body » m3talink for April 7th says:
    April 7, 2008 at 9:32 am

    […] Useful Firefox Extensions For Developers is Here is a list of useful Firefox extensions for web developers and programmers. […]

  11. rascunho » Blog Archive » links for 2008-04-08 says:
    April 8, 2008 at 5:27 am

    […] Useful Firefox Extensions For Developers Here is a list of useful Firefox extensions for web developers and programmers. (tags: http://www.teknobites.com 2008 mes3 dia8 at_tecp Firefox extension extensions desenvolvimento_web blog_post) […]

  12. Firebug for Firefox 3 says:
    June 14, 2008 at 8:45 pm

    […] and Yslow are two must have Firefox extensions for developers. As we are nearing Firefox 3 final release date i am hunting all the previous add-ons i used for […]

  13. 40 + CSS Tools says:
    June 16, 2008 at 1:08 am

    […] Related: Firefox Extensions for Developers […]

  14. בין חינם לחופשי » ארכיון הבלוג » תוספים מומלצים לפיירפוקס 3 says:
    June 16, 2008 at 11:25 pm

    […] Useful Firefox Extensions For Developers […]

  15. Pencil Project: Firefox 3 Addon for Sketching and Prototyping says:
    July 13, 2008 at 2:27 pm

    […] Pencil Project Firefox 3 addon, Related: Check out Useful Firefox Extension for Developers. If you liked this post, feel free to subscribe to my RSS feed You may also like to […]

  16. Smush it: Optimize Images for Web says:
    October 4, 2008 at 12:53 am

    […] but the most convenient way for web developers is the smush it firefox addon. This is one of the useful firefox addon for a web developer. Once installed the addon will show a small icon in the status bar. To optimize images of your web […]

  17. Google Page Speed for Firebug Firefox Addon says:
    June 6, 2009 at 10:40 pm

    […] Useful Firefox Addons for Developers Optimize Web Pages with Page Speed addon for Firebug and […]

  18. Do you do web design? Here are some very helpful webdeveloper extensions. | GeoffCJ says:
    December 31, 2009 at 4:02 am

    […] Technology Bites blog has a post about Useful Firefox extensions. I’ve bookmarked several of them for looking at later, but there are three on their list that […]

Top Posts

  • Yahoo new home pages and how to get back to the old home page
  • MSN launches new home page
  • UCinema - Stream/Download ALL TV Shows and Movies for Free
  • Google Drive now supports file previews
  • Microsoft launches Skype Lite for India, optimized for slow connections
  • HTC M8 might come in late March with on-screen buttons
  • Razr M Launcher + Circle Widgets for ALL Android Devices (ICS/JB)
  • Microsoft tool makes it easy to move from Evernote to OneNote
  • Amazon launches Prime Video service in India

About Us · Archive · Disclaimer & Privacy Policy · TIP US · Copyright © 2025 · Technology Bites