up vote 4 down vote favorite
1

Possible Duplicate:
“Must-Have” Firefox Addons?

I've found some browser plugins can be extremely helpful in client side web development. I'm curious about what everybody else uses.

browse the complete firefox web-dev plugin list

OK, we've got some must haves:

  • ABP: Ad Block Protection. Not a web dev plugin, but I don't see web ads anymore, so everything goes faster.
  • Firebug: Great for inspecting the dom, editing html and css, debugging, etc. Hugely popular.
  • Chris Pedrick's web developer toolbar: offers easy access to important features, like viewing cookies, viewing the javascript generated source of a page, disabling javascript or images, etc.

Some others:

  • javascript library detector. It shows you what libraries were used on the page, which can be great if you're trying to figure out how the page does something. (SO's fancy effects use jQuery 1.3.2)
  • IE tab. Allows you to use the built in IE rendering engine in FF. I definitely would not use it for any serious page testing, you should use the real IE 6/7/8. But this can give you a quick idea of how a page might look in IE, and sometimes when people report page display bugs in IE I can replicate them instantly from FF.
  • Codeburner. Extends firebug by allowing you to access reference material on HTML elements and CSS styles right in firebug. Good for beginners.
flag
4  

migrated from stackoverflow.com Oct 30 '09 at 14:06

closed as exact duplicate by Diago Oct 30 '09 at 14:06

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question.

14 Answers

up vote 4 down vote

Since you mentioned Firebug already, I'll mention YSlow. Google have something equivalent now, but YSlow is older and imho fuller-featured, and is a crack tool to figure out what your site's speed bottlenecks are.

link|flag
up vote 3 down vote

Live HTTP Headers has helped solve obscure problems many, many times. :)

link|flag
up vote 1 down vote
link|flag
+1 For Quick Locale Switcher: Just what I need right now and saves me doing my own Googling! – Adrian Pronk Jul 18 '09 at 1:14
up vote 1 down vote

As a front end developer I find Measureit and Colorzilla indispensable.

link|flag
up vote 1 down vote

Just grab the Firefox Web Developer collection. https://addons.mozilla.org/en-US/firefox/collection/webdeveloper

I'm not saying it has everything, but it is an excellent start.

link|flag
up vote 1 down vote

HttpFox - Found myself using it way more than Live HTTP Headers of late. It's like Ethereal but for browser headers. It's got highlighted lines in selectable fields, and best of all, it can filter your headers-view in realtime. it really is quite awesome! Can't wait to see what new features are yet to come.

link|flag
up vote 1 down vote

As a Web Tester, I find the FireCookie plugin for Firebug to be immensely useful

link|flag
up vote 0 down vote

Firefox Throttle, feel the pain of slow connection!

link|flag
I don't need that. I already have a slow connection. ;) – Dan Walker Aug 13 '09 at 22:10
up vote 0 down vote

FireLogger is a good tool for server-side logging support when doing Python web development. It's actually an add-on to Firebug

link|flag
up vote 0 down vote

Yslow extensions for firebug and few other firebug extensions I cant remember the name of.

link|flag
up vote 0 down vote

This addon is helpful CSSViewer

link|flag
up vote 0 down vote

If you work with JSON a lot, JSONView makes viewing output sent as application/json less of a hassle with code-folding to boot.

link|flag
up vote 0 down vote

sqlite manager

http://code.google.com/p/sqlite-manager/

and the poorly-named but great "view source with"

http://dafizilla.sourceforge.net/viewsourcewith/

link|flag
up vote 0 down vote

User Agent Switcher is pretty cool, and is especially useful if you develop websites that have mobile/cellphone interfaces.

link|flag

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