This section provides an overview of what google-chrome-devtools is, and why a developer might want to use it.
It should also mention any large subjects within google-chrome-devtools, and link out to the related topics. Since the Documentation for google-chrome-devtools is new, you may need to create initial versions of those related topics.
While chrome browser is open to any tab (except welcome tabs) you have three options to open Chrome Dev Tools:
Keyboard: Type command ⌘+option+i
Browser Menu: Click 'Menu' > 'More Tools' > 'Developer Tools'
Program Menu (at top of your screen): Click 'View' > 'Developer' > 'Developer Tools'
Use CTRL+SHIFT+O (⌘+SHIFT+O for mac) to navigate to a javaScript function/CSS rule when viewing a file.
While in the sources tab use CTRL+O (⌘+O for Mac) to search by filename.