vote up 4 vote down star
3

Hi All,

What firefox plugins could you not live without, as relates to webdev?

My list would be:

  • DBGBar
  • Dom Inspector
  • Firebug
  • Firecookie
  • Google toolbar (useful for seo)
  • Live HTTP
  • ReloadEvery
  • TamperData
  • Web Developer

I am always on the lookout for new ones though, so I wonder if anyone knows of any great ones that I may have missed?

flag

This should be community wiki -- it's a lot like a poll. – tvanfosson Dec 7 '08 at 22:27

14 Answers

vote up 0 vote down

Many of my favourites have been mentioned. To these I'd add:

  • Adblock Plus: removes ads
  • Add-Art: replaces ads with art
  • Auto Copy: copies to clipboard on select
  • Tree-Style Tab: shows tabs like a tree
link|flag
vote up 0 vote down

Two other ones that I use are ...

  1. Search Status (SEO related) http://www.quirk.biz/searchstatus/
  2. Ad Block Plus (Blocks Ads) http://adblockplus.org/en/
link|flag
vote up 0 vote down

Firebug is the greatest.

Also, not a dev tool but I have found it very useful and easy to use, Foxmarks bookmark manager.

link|flag
vote up 1 vote down

YSlow - analyzes web pages and tells you why they're slow.

MeasureIt - Draw out a ruler to get the pixel width and height of any elements on a webpage. Even better is the Xray bookmarklet.

Hackbar Simple security audit / Penetration test tool.

FirePHP is a Firebug extension for AJAX Development

ColorZilla 2.0 is an advanced eyedropper, colorpicker, page zoomer and some other things.

link|flag
If you already use the Web Developer add-on, it does have a ruler buried in it's options somewhere. I use to have MeasureIt installed before I discovered this. – Evan Feb 13 at 0:50
vote up 1 vote down

ff-activex - allows to use active-x plug-ins in Firefox

link|flag
vote up 1 vote down

NoScript. Not just for blocking spam - it's a lot quicker than flipping the script setting on and off manually, and lets you simulate third-party servers going down.

You can also get a lot of useful info just from Firefox's built in error console (in the Tools menu) - among other things it'll point out broken CSS code.

link|flag
vote up 1 vote down

the HTML Validator plugin is priceless, especially when you're working on stuff written by someone else who may not be so careful with standards compliance...

link|flag
vote up 2 vote down

IETab is a nice to have (IE in a Firefox Tab)

link|flag
This is excellent for quickly checking a layout in IE. It uses the installed version of IE for its rendering. – goldenratio Jul 6 at 3:21
vote up 3 vote down

Live HTTP headers, in addition to some already mentioned.

link|flag
vote up 1 vote down

Firebug, Web Developer toolbar and YSlow for Firebug are some of my picks.

link|flag
vote up 0 vote down
  • Web Developer
  • Firebug
  • Delicious

Might also add Page Validator

link|flag
vote up 2 vote down

TestGen4Web - Just like your VCR - for Firefox. It records what you do, stores it, and plays it back on demand.

link|flag
vote up 8 vote down

Web Developer is quite useful (firebug Andrew mentions is no doubt #1)

link|flag
vote up 12 vote down

Firebug is the main one I use.

link|flag
a link would be handy for those who don't already have it – amdfan Oct 19 at 21:24
Here you go! is.gd/4s8KN ;) – Andrew Rollings Oct 20 at 8:41
(I know, I know... not funny ;) ) – Andrew Rollings Oct 20 at 8:42

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.