A minimalist command-line style Chrome extension for managing URLs and clipboard text.
- Sidebar Interface - Clean side panel for managing bookmarks
- Dual Collection - Store URLs and clipboard text separately
- Smart Display - Compressed URLs (domain + first path) with full preview on hover
- Color Tags - Visual categorization with colored circles
- Flexible Labels - Add custom labels with truncation and hover preview
- Real-time Search - Fuzzy search across URLs, text, and labels
- Quick Actions
- Click URL/labels to open in new tab
- Click text to copy to clipboard
- Right-click on page to add URL
- Right-click on selected text to add to clipboard
- Command-line Aesthetic - Green terminal theme with Courier New font
- Download or clone this repository
- Open Chrome and navigate to
chrome://extensions/ - Enable "Developer mode"
- Click "Load unpacked" and select the extension directory
All data is stored locally using chrome.storage.local (bookmarks and textmarks).
MIT