Chrome has a command palette
I had no idea that Google Chrome had a command palette!
Once your dev tools are open, you can activate through the interface by clicking the 'more' icon and then 'Run command' like so:
or by cmd+shift+p (on a mac). Coincidentally this is the same keyboard shortcut as the command palette in Visual Studio Code
Now you'll see the palette which gives you direct access to a lot of Chrome's hidden functionality!
Tweet