Is there a way to open Chrome developer tools by clicking on an icon?

Does Chrome offer icons which I could place on toolbars? Is it possible to open devtools from an extension? (Direct call, create custom keyboard event, else?) Place it in a bookmark on bookmarks bar?

link|improve this question

71% accept rate
Why click when you can press? ctrl+shift+I – Thomas Jul 13 '11 at 9:18
I personally, love the shortcut (⌥⌘I), but my colleague feels more comfortable clicking, so I was wondering if it's possible... – Martin Tóth Jul 13 '11 at 9:23
1  
F12 works as well? – Richard Jul 13 '11 at 10:13
@Martin So you're on OS X? Or is your question about Chrome in general? – slhck Jul 13 '11 at 11:00
I'm on OS X, my colleague on Ubuntu... but my question is about Chrome in general... That's why I didn't mention any OS in the question itself. – Martin Tóth Jul 13 '11 at 11:17
show 1 more comment
feedback

1 Answer

up vote 2 down vote accepted

Does Chrome offer icons which I could place on toolbars

Chrome does, but for this you'll have to create a custom Chrome Entension and even after creating, it can only bring up the extension's option page defined in the manifest

Place it in a bookmark on bookmarks bar

THeroretically yes. The URL to developer tools is chrome://chromewebdata. Practically, this doesn't work and the developer tools pops up on clicking this URL only if an instance of developer tools is already open

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.