This page contains a personalised collection of shortcuts and extensions that speed up developer workflow.
// Tabs and windows
ctrl + t // New tab
ctrl + shift + t // Re-open last closed window or window
ctrl + n // New window
ctrl + shift + n // New incognito window
ctrl + w // Close this tab
ctrl + tab // Next tab
ctrl + shift + tab // Previous tab
ctrl + 1-8 // Switch to tab by index
alt + home // Open homepage in current tab
shift + click a tab // Selects multiple tabs, letting you tear them out as a group into a separate window
// History stack
alt + ← // Back a page
alt + → // Forward a page
// Bookmarks
ctrl + shift + b // Toggle bookmarks UI
ctrl + d // Bookmark the current tab
// Search
ctrl + l // Focus the top search bar
Extensions
You can configure basic extension-specific shortcuts at chrome://extensions/shortcuts.
- Eg. you can add
ctrl + shift + L
to toggle DarkReader on and off.
- Rearrange Tabs
- Shortkeys
- Vimium
- Tab Pinner
- Tab to Window
- YouTube Playback Speed Control
- Redirector
- This lets you set up rules where if you type certain URLs into the address bar, they’ll actually be converted to different URLs behind the scenes.
- Eg. On Google corporate laptops, if you type c/ that’ll lead you to Google Calendar, if you type m/ that’ll go to Gmail, etc. With this extension, you can set up similar rules.
- Here’s my configuration JSON.
- OCR image reader
- Lets you snip an image from the webpage, then run OCR on it to get the actual text. Useful for getting text on lecture slides, and from embedded images and videos.