What is your favorite development related extension for Firefox? - Stack Overflow [closed]most recent 30 from stackoverflow.com2009-12-01T00:12:39Zhttp://stackoverflow.com/feeds/question/260065http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/260065/what-is-your-favorite-development-related-extension-for-firefox3What is your favorite development related extension for Firefox? [closed]Cory House2008-11-03T21:42:15Z2008-11-03T22:03:34Z
<p>Please post one extension per comment so the most popular single extension moves to the top.</p>
http://stackoverflow.com/questions/260065/what-is-your-favorite-development-related-extension-for-firefox/260069#2600691Answer by Kevin for What is your favorite development related extension for Firefox?Kevin2008-11-03T21:42:45Z2008-11-03T21:42:45Z<p>Grease Monkey</p>
http://stackoverflow.com/questions/260065/what-is-your-favorite-development-related-extension-for-firefox/260071#2600716Answer by KernelM for What is your favorite development related extension for Firefox?KernelM2008-11-03T21:43:16Z2008-11-03T21:43:16Z<p><a href="https://addons.mozilla.org/en-US/firefox/addon/60" rel="nofollow">Web Developer</a></p>
http://stackoverflow.com/questions/260065/what-is-your-favorite-development-related-extension-for-firefox/260073#26007317Answer by ehogue for What is your favorite development related extension for Firefox?ehogue2008-11-03T21:43:37Z2008-11-03T21:43:37Z<p><a href="http://getfirebug.com/" rel="nofollow">Firebug</a></p>
http://stackoverflow.com/questions/260065/what-is-your-favorite-development-related-extension-for-firefox/260078#2600783Answer by Jonathan S. for What is your favorite development related extension for Firefox?Jonathan S.2008-11-03T21:44:44Z2008-11-03T21:44:44Z<p><a href="http://users.skynet.be/mgueury/mozilla/" rel="nofollow">HTML Validator</a></p>
http://stackoverflow.com/questions/260065/what-is-your-favorite-development-related-extension-for-firefox/260081#2600813Answer by Kevin Pang for What is your favorite development related extension for Firefox?Kevin Pang2008-11-03T21:44:59Z2008-11-03T21:44:59Z<p>That's a no-brainer. <a href="https://addons.mozilla.org/en-US/firefox/addon/1843" rel="nofollow">FireBug</a> all the way. Lets you quickly and easily see what's going on with your HTML, Javascript, CSS, load times, etc. Truly a joy to use and an essential part of any web developer's toolkit.</p>
http://stackoverflow.com/questions/260065/what-is-your-favorite-development-related-extension-for-firefox/260082#2600824Answer by Tim Howland for What is your favorite development related extension for Firefox?Tim Howland2008-11-03T21:45:08Z2008-11-03T21:45:08Z<p><a href="http://livehttpheaders.mozdev.org/" rel="nofollow">Live HTTP Headers</a> is also good- it lets you see exactly whats going out over the wire.</p>
http://stackoverflow.com/questions/260065/what-is-your-favorite-development-related-extension-for-firefox/260086#2600862Answer by nzpcmad for What is your favorite development related extension for Firefox?nzpcmad2008-11-03T21:47:21Z2008-11-03T21:47:21Z<p><a href="https://addons.mozilla.org/en-US/firefox/addon/1385" rel="nofollow">TestGen4Web</a> - Just like your VCR - for Firefox. It records what you do, stores it, and plays it back on demand.</p>
http://stackoverflow.com/questions/260065/what-is-your-favorite-development-related-extension-for-firefox/260088#2600881Answer by Anders for What is your favorite development related extension for Firefox?Anders2008-11-03T21:47:55Z2008-11-03T21:47:55Z<p>Firebug is invaluable</p>
http://stackoverflow.com/questions/260065/what-is-your-favorite-development-related-extension-for-firefox/260100#2601001Answer by Tim Howland for What is your favorite development related extension for Firefox?Tim Howland2008-11-03T21:50:13Z2008-11-03T21:50:13Z<p><a href="http://screenshot-program.com/fireshot/" rel="nofollow">Fireshot</a> lets you take screen shots, including a mode that grabs the whole page- even if part of it has scrolled below the page.</p>
http://stackoverflow.com/questions/260065/what-is-your-favorite-development-related-extension-for-firefox/260101#2601010Answer by Gulzar for What is your favorite development related extension for Firefox?Gulzar2008-11-03T21:50:18Z2008-11-03T21:50:18Z<p>After firebug and greasemonkey, I like <a href="https://addons.mozilla.org/en-US/firefox/addon/3590" rel="nofollow">Fast Video</a> download..</p>
http://stackoverflow.com/questions/260065/what-is-your-favorite-development-related-extension-for-firefox/260119#2601192Answer by ojrac for What is your favorite development related extension for Firefox?ojrac2008-11-03T21:53:48Z2008-11-03T21:53:48Z<p><a href="http://developer.yahoo.com/yslow/" rel="nofollow">YSlow</a> -- which is technically a FireBug add-on, but it shouldn't be left out.</p>
http://stackoverflow.com/questions/260065/what-is-your-favorite-development-related-extension-for-firefox/260141#2601410Answer by dhulk for What is your favorite development related extension for Firefox?dhulk2008-11-03T21:59:51Z2008-11-03T21:59:51Z<p>Firebug first and foremost, but Web Developer is very useful too. My favorite part about Firebug is that you can find out what you need to fix things without constantly making a tiny change to your source code and refreshing the page. You can change pretty much anything as far as I've seen and it makes things a thousand times less frustrating.</p>
http://stackoverflow.com/questions/260065/what-is-your-favorite-development-related-extension-for-firefox/260144#2601441Answer by HanClinto for What is your favorite development related extension for Firefox?HanClinto2008-11-03T22:02:35Z2008-11-03T22:02:35Z<p><a href="https://addons.mozilla.org/en-US/firefox/addon/4476" rel="nofollow">Leechblock</a> -- this flexible site-blocker lets me lock down my browser so that I don't waste too much time on sites like /. and SO. :) Seriously, it's been the single best extension for Firefox to help boost my development productivity.</p>