Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Customise the look of the Chrome web inspector

I've grown tired of the multitude of issues I seem to hit on a daily basis with Firefox and I'm trying once again to switch to Chrome.

One of the things that frustrates me is the layout of the tabs in the inspector. In firebug they are all along the top so if I want the metrics of an item it's incredibly simple. In Chrome I'm forever scrolling up and down.

Is there anyway to change the way this works? All I want to do is change the layout to something a little similar to Firebug.

Cheers!

like image 715
Christopher Leckie Avatar asked Nov 05 '22 15:11

Christopher Leckie


1 Answers

The Chrome web inspector is just a web application, so is very customizable. You can download a copy of the devtools HTML/CSS/JS and tell Chrome to use it with a command line flag. Some resources for you:

  • Running your own devtools frontend
  • Customizing look and feel of elements tab
  • Related SO question: Chrome "Developer Tools" element - hide annoying yellow dimensions box
  • List of Chrome command line flags
like image 126
Boris Smus Avatar answered Nov 09 '22 06:11

Boris Smus