Skip to content

Instantly share code, notes, and snippets.

@ptbrowne
Last active October 18, 2017 17:36
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ptbrowne/63305ad69daee0458d55009442d16af3 to your computer and use it in GitHub Desktop.
Save ptbrowne/63305ad69daee0458d55009442d16af3 to your computer and use it in GitHub Desktop.
Shortcut to Chrome Inspect

Chrome has made the path to inspect devices more and more difficult. Now to open the inspect devices tab, as of April 2016 it's Menu > More Devices > Developer Tools > Menu > More Tools > Inspect Devices.

Fortunately there is an easy solution : we can use customize the search engine functionality to add a shortcut via the search bar.

  1. Right click on the search bar, click 'Edit Search Engines'.
  2. At the end of the list you can add a search engine. Name it chrome inspect with the keyword insp and URL : chrome://inspect/#devices.

Now to access "Inspect devices", you can do Ctrl + L, type insp and hit Enter.

@shiro-42
Copy link

Nice ! Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment