Firefox Developer Extensions
Web DevelopmentThis is just a reference post that I thought others may find valuable as well, but until I get an app that installs them all for me, here is a shopping list of all the Firefox extensions I like to use in my development setup.
Backup & Restore
Since we have a lot of extensions we use, first lets cover the extensions to backup and restore our extensions :-P
Firefox Extension Backup Extension (FEBE)
https://addons.mozilla.org/en-US/firefox/addon/2109
This extension backs up all your installed extensions in FF.
Compact Library Extension Organizer (CLEO)
https://addons.mozilla.org/en-US/firefox/addon/2942
Your restore mechanism :-) From the description:
"CLEO is a Firefox extension that works with FEBE* to package any number
of extensions/themes into a single, installable .xpi file..."
General
Web Developer Toolbar
https://addons.mozilla.org/firefox/60/
Probably the most popular web developer extension. This extension has
everything from quick access to view source and cookie management
functions to validation and CSS / display analysis functions.
Live HTTP Headers
https://addons.mozilla.org/firefox/3829/
Great for viewing HTTP headers and Requests being made to the server via HTML, Javascript, or Flash / Flex.
FireFTP
https://addons.mozilla.org/firefox/684/
An FTP client for FireFox.
Download Statusbar
https://addons.mozilla.org/firefox/26/
A great replacement for Firefox's download manager window.
Google Browser Sync
http://www.google.com/tools/firefox/browsersync/
Useful for synchronizing bookmarks, etc. across computers.
Minimize To Tray
https://addons.mozilla.org/en-US/firefox/addon/2110
Allows Firefox (and Thunderbird if installed for it) to be minimized to an icon on the task bar.
CSS / HTML
CSS Viewer
https://addons.mozilla.org/firefox/2104/
A great extension to help you see exactly what properties are being applied to any element under your mouse cursor.
ColorZilla
https://addons.mozilla.org/firefox/271/
Gets and copies and color from a page.
MeasureIt!
https://addons.mozilla.org/firefox/539/
Allows you to easily measure anything by drawing a square on the page.
IE View
https://addons.mozilla.org/firefox/1429/
A quick way to open Internet Explorer to the current page via right-click.
ColdFusion
ColdFire
http://coldfire.riaforge.org/
A Firefox extension and CF debugging template that allows you to view your debugging info inside the Firebug extension. This is great to have all your debugging info in one place and the debugging info won't mess up your HTML layouts anymore when it is dropped into the page normally.
Javascript
FireBug
https://addons.mozilla.org/firefox/1843/
FireBug is the most valuable extension for Firefox and Javascript
development. It has a great JS debugger, inline console, and reviewing
of AJAX requests. Beautiful.
Internationalization
Quick Locale Switcher
https://addons.mozilla.org/firefox/1333/
The name says it all.





Loading....