This extension provides a convenient interface for creating and managing short links using the Kutt.it API.
- Configure the base URL of your Kutt deployment and authenticate with your
X-API-KEY - Create new short links with optional description, custom slug, and custom domain
- View your most recent links directly from the popup
- Copy links to the clipboard in one click
- Jump to link statistics on Kutt.it
- Shorten the active tab instantly from the popup, keyboard shortcut (
Ctrl+Shift+K/⌘+Shift+K), or context menu - Choose whether links should copy automatically and if analytics should open after creation
- Open Chrome and navigate to
chrome://extensions. - Enable Developer mode in the top-right corner.
- Click Load unpacked and select this project folder.
- Open the extension popup and follow the link to the settings page to add your base URL and API key.
- Use
Ctrl+Shift+K(Windows/Linux) or⌘+Shift+K(macOS) to shorten the active tab instantly. You can change this shortcut onchrome://extensions/shortcuts. - Right-click any page or link and choose Shorten with Kutt.it to create a short link from the context menu.
- A dedicated button in the popup performs the same action without filling in the form.
manifest.json # Extension manifest (MV3)
background.js # Service worker for shortcuts and context menus
popup.html/.css/.js # Popup UI for creating and managing links
options.html/.css/.js # Options page for storing API key and preferences
The extension communicates with your configured base (defaulting to https://kutt.it/api/v2) and stores your settings securely using chrome.storage.sync.