Home » Questions » Computers [ Ask a new question ]

Firebug like application for chrome?

Firebug like application for chrome?

Are there any applications equivalent to Firbug to work on Google Chrome?

Asked by: Guest | Views: 320
Total answers/comments: 3
Guest [Entry]

"Ctrl-Shift-J will display the built in JavaScript console.

Plugins are coming soon

http://dev.chromiumdotorg/developers/design-documents/extensions

Josh"
Guest [Entry]

Chrome has it's own DOM-explorer built in I believe.
Guest [Entry]

"There is an inspector built into WebKit (and thus Chrome) already, which does many of the same things as Firebug on Firefox. Find it under the Page menu, Developer, ""JavaScript Console"", or right-click anything on a page and select ""Inspect element"" to get to that element in the inspector.

The ""Resources"" tab can show you a view similar to the ""Network"" view in Firebug."