A lightweight, modern Chrome Extension that captures and saves your copied text snippets locally.
- Automatic Capturing: Every time you copy text on a webpage, it is saved in local history.
- Local Storage: All history and copy timestamps are stored locally in
chrome.storage.local. - Easy Re-copying: Click the "Copy" button in the popup to write text back to clipboard.
- Fast Deletion: Remove unwanted items instantly.
- Download or clone this repository.
- Open Google Chrome and navigate to
chrome://extensions/. - Enable Developer mode (toggle in the top-right corner).
- Click Load unpacked and select the
clipboard-history-extensionfolder.