Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What plugins improve Google Chrome as a web developer's browser?

The usual recommendations for a web development and debugging web browser are Firefox/Firebug or Safari/Web Inspector.

But I like Google Chrome, and would like to use this as my primary development browser. What plugins or tools should I get to optimise my web programming experience with Chrome?

like image 797
wildcard Avatar asked Feb 06 '26 16:02

wildcard


1 Answers

Google Chrome's own "Firebug" is very good, just right click and inspect element to bring it up.

Frame two pages is helpful.

Chris Pederick's Web Developer toolbar is good too.

like image 77
Nalum Avatar answered Feb 12 '26 13:02

Nalum