What Firefox add-ons do you use that are useful for programmers?
|
|
|
I guess it's silly to mention Firebug -- doubt any of us could live without it. Other than that I use the following (only listing dev-related):
|
|||
|
|
|
Here are mine (developer centric):
I've got a handful of other addons that I've used from time to time that I'll just quickly mention: FireFTP (one I installed wasn't stable and I've not tried a newer release), Html Validator (also found this one unstable, least back when I installed like a year ago), IE Tab (I usually just have both IE and FireFox open concurrently, but that is just me, I know many others that find this addon useful). |
|||
|
|
|
I'd also recommend the Web Developer extension by Chris Pederick. |
|||
|
|
|
As far as web development, especially for javascript, I find Firebug to be invaluable. Web developer toolbar is also very useful. |
|||
|
|
|
The ones I have are... |
|||
|
|
|
One that wasn't mentioned yet is this HTML Validator extension that I found very useful. |
|||
|
|
|
MeasureIt is an unnecessary extension to have if you install the Web Developer Toolbar. Web Developer Toolbar includes a ruler as one of its features. Under the " That will allow you reduce the number of extensions needed by at least one. |
|||
|
|
|
Firefox addons:
|
|||
|
|
|
Web Developer for web development. Scribefire if you're a blogger-progammer |
|||
|
|
|
For web developing I use the Web Developer Toolbar, CSS Viewer and MeasureIt. But I'm really not one of those who has a thousand of extensions to do everything. I like to keep things simple. EDIT: Thanks to Dan's answer I don't need MeasureIt anymore. Can't believe I've never seen that! I guess I'll just have to pay more atention to this WebDeveloper toolbar. |
||||
|
|
|
Adding to everyones lists, Tamper Data is quite useful, lets you intercept requests and change the data in them. It can be used to bypass javascript validation and check whether the server side is doing its thing. |
|||
|
|
|
I use Web Developer, it's a real time saver. |
|||
|
|
|
|||
|
|
|
I find Hackbar to be quite useful. Very useful if you want to edit the querystring part of the url, to test for vulnerabilities, or just general other types of testing where you might end up with complicated query string values. |
|||
|
|
|
Some of which has been missed above are here
|
|||
|
|
|
Fiddler is a really great debugging proxy. Think of it as a more powerful version of the "Net" panel in Firebug or the Live HTTP headers. It used to be an IE-only extension, now it also has hooks into Firefox. |
|||
|
|
|
Groundspeed, is useful for testing server side code. It was created for input validation tests during pentest, but can be useful for any test that require manipulating input (similar to TamperData). It lets you control the form elements in the page, you can change their type and other attributes (size, lenght, javascript event handlers, etc). So for example you can change a hidden field or a select to a textbox and then enter any value to test the server response and stuff like that. |
|||
|
|
