views:

103

answers:

4

I searched a while and found no extension that can compete with Firebug. Perhaps combination of several extensions can provide similar feature set of Firebug.

Anybody develop web app and unit test mainly in Chrome can share some knowledge?

+1  A: 

The built-in Chrome developer tools are pretty good. What else are you specifically looking for?

http://www.youtube.com/watch?v=7cqh7MGLgaM

Chris Farmer
+2  A: 

Have you tried the Developer Tools (Ctrl+Shift+J on Windows)? They're actually pretty good.

Andy Gaskell
+1  A: 

The Developer Tools covers most of Firebug's functionality, and Speed Tracer is an extension you want to have to complement that (that's out of Firebug's scope). If you're used to Firebug and slow to pick up new interfaces, there is always the Firebug bookmarklet.

godDLL
A: 

There is a Firebug Lite extension for Chrome: https://chrome.google.com/extensions/detail/bmagokdooijbeehmkpknfglimnifench

Burt