(NOTE: do you have productivity hacks that you want featured? Drop me a message on Twitter!)
I wish I knew this browser trick wayyyy sooner đ. Wouldâve saved me so much typing and mouse usage. If youâre a software engineer like me whoâs a heavy user of terminal, youâd know this is exactly like âbash aliasesâ but in the browser.
Chromeâs bookmarks bar is great for being able to easily access frequently visited web pagesâŠthe trouble is when youâve got a ton of these URLs, leading to frequent use of the mouse. Itâs annoying to use the mouse when youâve got a big pile of URLs in a single folder, or many nested folders. Even just 1 folder deep is quite annoying for a URL that youâre visiting quite often.
Enter âChrome aliasesâ. The 1 sentence summary is: you alias a 1-letter or 2-letter or 3-letter keyword to a web page, so that when you type that phrase, you visit the web page. So all you have to do is type the phrase, instead of using the mouse to navigate through your Bookmarks Bar.
Example? Sure. Letâs say you have a Chrome alias âgâ for âgoogle.comâ. This means that when you type âgâ in Chromeâs OmniBar, it goes to âgoogle.comâ. You can create single-letter aliases for every other common website you visit. (https://kumorisushi.com/) See how much typing this could save you?
Way better! Particularly if youâre addicted to checking some statâitâs a lot easier to quickly type out 3 letters instead of using your mouse.
- By the way, get on my email list for new posts about productivity hacks and software performance analysis
How to use Chrome Aliases
Interested in learning how to use Chrome Aliases? Hereâs are the steps (along with screenshots!):
- Copy this URL âchrome://settings/searchEnginesâ and paste it into Chromeâs OmniBar.
- Pro Tip: you can create a Chrome Alias for this URL too! I have my Chrome alias keyword trigger set to ânaâ, which is an abbreviation for ânew aliasâ.
- Click âAddâ (see red circle and red arrow in screenshot)
- Youâre going to see a pop-up called âAdd search engineâ. Fill out the details. See screenshot for example of creating a âgâ alias for âgoogle.comâ:
- âSearch engineâ field is just a name. Just put a descriptive label.
- âKeywordâ field is the alias youâre going to use. In the example screenshot, âgâ means you only need to type the letter âgâ to go to âgoogle.comâ.
- âURL with %s in place of queryâ is the URL that the alias will redirect to
- And thatâs it! Youâre done! Test out the Chrome Alias by opening a new tab, typing in your alias shortcut, and see whether it goes to your bookmark.
Examples of Chrome Aliases
Looking for inspiration on what to make Chrome Aliases for? Here are a few examples of what I currently have chrome aliases for:
- Google Analytics (now Iâm addicted to checking the stats đ )
- Google Search Console (addicted to checking the stats for this too đ€Ș)
- A couple slack workspaces since the slack web URL is really not friendly to âtyping it outâ (example of the URL: https://app.slack.com/client/A9BW83TYA/H01QQ6BC3D3)
- Discord chatroom, since the URL is not friendly to âtyping it outâ either (example: https://discord.com/channels/894829567111202334/444729402308307997)
- CloudFront invalidation form: I often need to refresh a web page, which means I need to delete that URL from the CDN cache. And the AWS web console takes too many clicks to go to the page.
- A couple Github repositories I visit frequently