Shortly is a Chrome extension that lets you create custom short links with a configurable prefix. Type your prefix, press Tab, then your short key to instantly redirect to your saved URLs.
- Custom Prefix: Set your own prefix (default:
go) - Easy Management: Add, edit, and delete short links through a simple popup interface
- Sync Storage: All mappings are stored in Chrome's sync storage
- Instant Redirects: Use the Omnibox (address bar) for fast navigation
- Modern UI: Clean, responsive design
- Clone or Download this repository
- Open Chrome and go to
chrome://extensions/ - Enable Developer mode (top right)
- Click Load unpacked and select the extension folder
- The "Shortly" extension will appear in your extensions list
- Click the Shortly extension icon in your Chrome toolbar
- Set your preferred prefix (default is
go) - Add a short key (e.g.,
mylink) and a target URL (e.g.,https://example.com) - Click Add Link
- In the address bar, type your prefix (e.g.,
go), press Tab, then your short key (e.g.,mylink), and press Enter. - Example:
goTabgithubEnter will redirect to your saved GitHub URL.
shortly/
├── manifest.json # Extension manifest
├── background.js # Background service worker
├── popup.html # Popup interface
├── popup.css # Popup styles
├── popup.js # Popup functionality
├── icons/ # Extension icons
└── README.md # This file
storage: Save your short links and settingsomnibox: Use the address bar for quick navigationtabs: Redirect and open new tabs
Contributions are welcome! Please open an issue or submit a pull request for improvements or bug fixes.
MIT License. See LICENSE for details.