chrome dev tools shortcut mac code example
Example 1: mac open developer tools chrome
Command + Option + i
Example 2: how to open console in google chrome
SHFT+CTRL+J
Example 3: how to open another link through console in chrome
this.document.location = "http://stackoverflow.com/"