A modern browser extension that helps you manage your clipboard history with a clean, minimal interface.
- Automatically saves text copied to clipboard
- Clean black & white interface
- Search through clipboard history
- One-click copy of saved items
- Enable/disable clipboard tracking
- Clear individual or all clipboard items
- Clone this repository
- Open Chrome and navigate to
chrome://extensions
- Enable "Developer mode" in the top right
- Click "Load unpacked" and select the
extension
folder
- Click the extension icon in your browser toolbar to open the popup
- Copy text normally - it will be automatically saved
- Use the search bar to find specific items
- Click any item to copy it back to your clipboard
- Use the toggle switch to enable/disable clipboard tracking
- Click "Clear All" to remove all saved items
manifest.json
: Extension configurationpopup.html
: Main UIpopup.js
: UI interactionsbackground.js
: Clipboard monitoring
- Node.js server for cross-device sync
- PostgreSQL database for storage
- RESTful API endpoints
- All clipboard data is stored locally in your browser
- No data is sent to external servers (in current version)
- You can clear your clipboard history at any time
Feel free to submit issues and pull requests.
MIT