12

I want to know if there is a shortcut for opening the Network tab in dev tools in Chrome. I know there is a shortcut for opening dev tools and the Console tab, but not for opening the Network tab.

Thanks!

EggBender
  • 223

4 Answers4

19

In Windows:

1.

1.1) go to DevTools: F12

1.2) open the Command Menu: Ctrl+Shift+P

1.3) type: network, press Enter key

2.

2.1 If the Network was the panel you used last, then use Ctrl+Shift+I

Jackdaw
  • 1,834
pavlo
  • 306
  • 3
  • 4
8

For Mac you can use this :

Option + ⌘ + I

4

For Windows you can use:

Ctrl + Shift + I

Ernest
  • 141
0

On Mac, you can use

  1. Option + Command + I (not L) to open the DevTool
  2. Command + [ or Command + ] to jump between tabs

if you don't mind doing a little extra work