How can I get Chrome to launch and close "developer tools" on Mac (like Firebug with F12 & Ctrl+Shift+C)

18,802

For those that are still looking for ways to access Chrome's Developer Tools:

To access the developer tools, open a web page or web app in Google Chrome. Then take one of the following actions:

  • Select the Wrench menu at the top-right of your browser window, then select Tools -> Developer tools.
  • Right-click on any page element and select Inspect element.
  • On Windows and Linux, press
    • Ctrl+Shift+I to open Developer Tools
    • Ctrl+Shift+J to open Developer Tools and bring focus to the Console.
    • Ctrl+Shift+C to toggle Inspect Element mode.
  • On OS X, press
    • ++I (Option+Command+I) to open Developer Tools
    • ++J (Option+Command+J) to open Developer Tools and bring focus to the Console.
    • ^++C (Control+Command+C) to toggle Inspect Element mode.

Source: http://code.google.com/intl/nl/chrome/devtools/docs/overview.html

Share:
18,802
Elijah Lynn
Author by

Elijah Lynn

Updated on September 17, 2022

Comments

  • Elijah Lynn
    Elijah Lynn over 1 year

    How can I get Chrome to launch and close "developer tools" on Mac (like Firebug with F12 & Ctrl+Shift+C)? It was so convenient in Firefox/Firebug to just hit F12 followed by "toggle inspect mode" (Ctrl+Shift+C) and then hover my mouse over the different elements. I would love it if anyone else used to have this workflow.

  • Elijah Lynn
    Elijah Lynn over 13 years
    Thanks for confirming that, one thing I really loved about Firebug, hopefully it comes to Chrome (or I switch back to FF).
  • Nathan
    Nathan almost 12 years
    You have the key symbols mixed up... ⌘ = Command, ⌥ = Option. See Dan Rodney's List of Mac OS X Keyboard Shortcuts & Keystrokes.
  • Petr Hudeček
    Petr Hudeček over 9 years
    In newer versions of Google Chrome, you can now use F12 to open developer tools.