Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kutt.it Chrome Extension

This extension provides a convenient interface for creating and managing short links using the Kutt.it API.

Features

  • 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

Development

  1. Open Chrome and navigate to chrome://extensions.
  2. Enable Developer mode in the top-right corner.
  3. Click Load unpacked and select this project folder.
  4. Open the extension popup and follow the link to the settings page to add your base URL and API key.

Shortcuts & quick actions

  • Use Ctrl+Shift+K (Windows/Linux) or ⌘+Shift+K (macOS) to shorten the active tab instantly. You can change this shortcut on chrome://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.

Project structure

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.

About

No description, website, or topics provided.

Resources

Stars

3 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages