Alias Router Pro is a minimal Chrome extension that lets you open any URL with short aliases.
Type go + Space in the address bar, then your alias → instantly route to the right place.
- 🔑 Omnibox keyword:
go - 🎯 Alias types:
- Exact →
docs→https://docs.example.com - Prefix →
tek-234→https://example.com/tek-234 - Tokens →
gh :owner :repo pr :num→https://github.com/{owner}/{repo}/pull/{num} - Regex →
^JIRA-(\d+)$→https://jira.example.com/browse/JIRA-$1
- Exact →
- 📑 Multi-URL templates (open several tabs at once)
- 🖱️ Right-click context menu → “Open as alias”
- 🔄 Import/Export JSON for backup
- 🖥️ Minimal popup UI to add, edit, and delete aliases
- 🌐 Works offline, all settings stored locally with
chrome.storage.sync
| Popup | Options |
|---|---|
![]() |
![]() |
👉 (Link will go here after approval)
- Clone this repo
- Go to
chrome://extensionsin Chrome. - Enable Developer mode (top-right).
- Click Load unpacked and select the project folder.
- Done! Type
go+ Space in the address bar to use aliases.
- Manifest V3
- Vanilla JavaScript + HTML + CSS
- Data stored in
chrome.storage.sync
No build step required. Just zip the folder contents for publishing:
zip -r alias-router-pro.zip ./*Alias Router Pro does not collect or share any personal data.
Aliases and settings are stored locally using Chrome’s chrome.storage.sync.
See Privacy Policy for details.
Created by Mohsen Fallahnejad
📧 support@themohsen.me
Pull requests welcome! If you have ideas for improvements, please open an issue or start a discussion.

