Chrome extension
Highlight Clipper
A simple Chrome extension that saves highlighted text from webpages to local Chrome storage. All data stays local in your browser, and the extension does not send data to any server.
Download ZIPLocal storage
Saved highlights live in chrome.storage.local inside the Chrome profile where the extension is installed.
Private by design
The extension does not send your saved text, URLs, page titles, or timestamps to any server.
JSON backup
Export highlights into a JSON file and import that backup later when you need to restore or merge saved notes.
Each saved highlight includes
- The highlighted text
- The page URL
- The page title
- The timestamp when it was saved
Install in Chrome
- 1Download and unzip the Highlight Clipper ZIP file.
- 2Open Chrome.
- 3Go to chrome://extensions.
- 4Turn on Developer mode in the top-right corner.
- 5Click Load unpacked.
- 6Select the unzipped highlight-clipper-chrome-ext folder from your Downloads folder.
- 7The extension should now appear in your Chrome extensions list as Highlight Clipper.
Save a Highlight
- 1Open any webpage.
- 2Highlight the text you want to save.
- 3Right-click the highlighted text.
- 4Click Save highlight.
- 5The selected text is saved locally with the page URL and timestamp.
View Saved Highlights
- 1Click the Chrome extensions icon in the toolbar.
- 2Open Highlight Clipper.
- 3Your saved highlights will appear in the popup, newest first.
Each item shows the saved text, source page, and save time.
Delete a Highlight
- 1Open the Highlight Clipper popup.
- 2Find the highlight you want to remove.
- 3Click Delete.
The highlight will be removed from local Chrome storage.
Export Highlights
- 1Open the Highlight Clipper popup.
- 2Click Export.
- 3Chrome will download a JSON backup file named like highlight-clipper-2026-06-10.json.
The export includes the saved text, URL, page title, and timestamp for each highlight.
Import Highlights
- 1Open the Highlight Clipper popup.
- 2Click Import.
- 3Select a JSON backup file exported from this extension.
Imported highlights are merged with your current local highlights. Existing highlights with the same saved ID are not duplicated.
Reload After Changes
- 1Go back to chrome://extensions.
- 2Find Highlight Clipper.
- 3Click the reload button on the extension card.
- 4Test the extension again on a webpage.
Notes
- Highlights are stored with chrome.storage.local.
- Data is local to the Chrome profile where the extension is installed.
- Uninstalling the extension can remove the saved extension data.
- This extension currently supports Chrome only.