Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google Chrome - Is it possible to have a button to open the Developer Tools

So I am trying o make the switch from Firefox to Chrome and one big hurdle for me is moving from Firebug to Chrome's developer tools. The developer tools works fine, I'd just like to have a button on the screen to click to access them as opposed to a menu option (I know there's a shortcut keystroke but I can't remember half of the ones I need as it is)

Is there a way to add a button or a bookmark in the bookmarks bar that would open the developer tools panel?

I'm running the latest version on OS X 10.7.


A little more detail

In OS X 10.7 F12 opens dashboard while fn + F12 increases the volume

That functionality can be changed so that F12 increases the volume and fn + F12 opens the dashboard via System Preferences.

like image 561
Jason Avatar asked Dec 05 '11 12:12

Jason


People also ask

What are 3 ways to open Developer Tools in Google Chrome?

To open the developer console in Google Chrome, open the Chrome Menu in the upper-right-hand corner of the browser window and select More Tools > Developer Tools. You can also use Option + ⌘ + J (on macOS), or Shift + CTRL + J (on Windows/Linux).

How do I turn on Developer Tools in Chrome automatically?

Tip: You can automatically open Chrome DevTools in each new tab! Just pass the --auto-open-devtools-for-tabs flag to Chrome. You can see a preview of this in action below. That's it!

How do I open the Developer Tools in pop up?

You can do this by right-clicking the title icon and selecting the show as tab option. Then you can open the developer console as usual.


1 Answers

If you're happy with simply pressing a key, then you can have F12 work like so (instructions tested on OSX 10.8):

  • Open Keyboard Shortcuts Preferences
  • Click "Mission Control" from the list
  • Untick "Show Dashboard" (disable default beahviour of F12)
  • Click "Application Shortcuts" from the list
  • Click the "+" below the right-hand list
  • Select Google Chrome from the drop down list
  • In "Menu Title", type Developer Tools
  • Click in "Keyboard Shortcut", then press F12

Open Chrome, and press F12 - Dev Tools should open right up!


F12 to open Chrome Dev Tools

I have set F12 to open Dev Tools, and F5 to Refresh the page

like image 102
Jess Telford Avatar answered Sep 19 '22 18:09

Jess Telford