Never lose copied text again.
A powerful clipboard manager for Chrome that automatically saves everything you copy.
Features • Installation • Usage • Shortcuts • Privacy
- Automatic Clipboard Capture — Everything you copy is saved automatically
- Instant Search — Find any clip with fuzzy search
- One-Click Copy — Click any item to copy it back to your clipboard
- Context Menu Integration — Right-click in any text field to paste from history
- Smart Folders — Auto-sort clips by type (text, links, code, emails)
- Custom Folders — Create your own folders with color coding
- Tags — Add custom tags to organize and filter clips
- Favorites — Star important clips for quick access
- Drag & Drop — Easily move items between folders
- Reusable Templates — Save frequently used text snippets
- Dynamic Variables — Use placeholders like
{{date}},{{time}},{{clipboard}} - Quick Insert — Access templates from the dedicated panel
- Bulk Operations — Select multiple items to move, delete, or favorite
- Text Transformations — Convert to uppercase, lowercase, title case, and more
- Multiple View Modes — Switch between default, compact, and grid views
- Statistics — Track your clipboard usage with detailed stats
- PIN Protection — Lock your clipboard history with a PIN
- Incognito Mode — Temporarily pause clipboard capture
- Sensitive Data Detection — Auto-detect and flag sensitive content
- Excluded Domains — Block specific websites from being captured
- Auto-Expire — Automatically delete old clips after a set period
- Multiple Formats — Export to JSON, CSV, or Markdown
- Backup & Restore — Import your clipboard history from backups
- Dark Mode — Easy on the eyes with an automatic dark theme
- Collapsible Sidebar — Hide folders when you need more space
- Configurable Storage — Set maximum items and auto-expire duration
- Visit the Chrome Web Store listing (coming soon)
- Click "Add to Chrome"
- Click "Add extension" to confirm
- Download or clone this repository
- Open Chrome and go to
chrome://extensions/ - Enable "Developer mode" in the top right
- Click "Load unpacked"
- Select the
clippyfolder
- Copy text from any webpage using
Ctrl+C(orCmd+Con Mac) - Click the extension icon in your browser toolbar to view history
- Click any item to copy it back to your clipboard
- Right-click in any text field to paste directly from history
- Create folders: Click the
+button in the sidebar - Move items: Drag and drop clips to folders
- Add tags: Click the tag icon on any clip
- Star favorites: Click the star icon on any clip
- Open the Templates panel from settings
- Click "Create Template"
- Enter a name and content (use
{{variables}}for dynamic content) - Click any template to use it
Ctrl+Clickitems to select multiple- Use the bulk action bar to move, delete, or favorite selected items
| Shortcut | Action |
|---|---|
Ctrl+Shift+V |
Open Clippy popup |
Ctrl+Shift+1 |
Copy most recent clip |
Ctrl+Shift+2 |
Copy 2nd most recent clip |
Ctrl+Shift+3 |
Copy 3rd most recent clip |
Note: On Mac, use
Cmdinstead ofCtrl
To customize shortcuts, go to chrome://extensions/shortcuts
Clippy takes your privacy seriously:
- Local Storage Only — All data is stored locally on your device
- No Cloud Sync — Your clipboard history never leaves your computer
- No Analytics — We don't track or collect any usage data
- No Third-Party Services — No external connections are made
- Open Source — Review the code yourself
| Permission | Why We Need It |
|---|---|
storage |
Save your clipboard history locally |
activeTab |
Capture clipboard from the current page |
clipboardRead/Write |
Read and write to clipboard |
contextMenus |
Add "Paste from Clippy" to right-click menu |
tabs |
Track which site clips came from |
clippy
├── manifest.json # Extension manifest
├── popup.html # Main popup UI
├── popup.js # Popup logic
├── background.js # Service worker
├── content.js # Content script for clipboard capture
├── browser-polyfill.js # Cross-browser compatibility
├── icons/ # Extension icons
└── _locales/ # Internationalization
No build step required! The extension runs directly from the source.
Contributions are welcome! Please feel free to submit a Pull Request.
MIT License — feel free to use, modify, and distribute.
Having issues or suggestions?
- Open an issue on GitHub
- Email: dev@bakarimustafa.com
If you find Clippy useful, consider supporting its development!
Made with ❤️ for productivity enthusiasts