A Chrome extension that helps you keep track of your recently copied text snippets. It maintains a history of your last 5 copied items, complete with timestamps and source page information.
- Tracks your last 5 copied text items
- Shows timestamps for each copied item
- Displays source page information
- Right-click context menu integration
- Modern, clean user interface
- Easy deletion of individual history items
- Clone this repository or download the ZIP file
- Open Chrome and navigate to
chrome://extensions/
- Enable "Developer mode" in the top right corner
- Click "Load unpacked" and select the extension directory
There are two ways to save text to your copy history:
-
Context Menu
- Select any text on a webpage
- Right-click and choose "Copy to History"
- The text will be saved with page information
-
Keyboard Shortcut
- Select text and use Ctrl+C (Windows/Linux) or Cmd+C (Mac)
- The text will be automatically saved to your history
- Click the extension icon in your Chrome toolbar
- View your last 5 copied items with timestamps and source pages
- Hover over any item to see the delete button
- Click the button to remove individual items
The extension uses:
- Chrome Storage API for persistent data storage
- Context Menus API for right-click functionality
- Modern JavaScript with async/await
- Chrome Extension Manifest V3
This extension:
- Only stores data locally on your device
- Does not send any data to external servers
- Only tracks text that you explicitly copy
- Keeps only the 5 most recent items
MIT License - feel free to modify and reuse this code for your own projects.