mirror of
https://github.com/obsqrbtz/goose-highlighter.git
synced 2026-04-08 20:19:06 +03:00
14f1b4b935eed1726daf5cc97c5353b7d8b0cb42
# [1.10.0](https://github.com/obsqrbtz/goose-highlighter/compare/v1.9.3...v1.10.0) (2025-11-20) ### Bug Fixes * lighten debounce() usage, do not do full re-render on every change ([348d64f](348d64f356)) * made placeholder for textarea, added outline offset ([4f32be0](4f32be0b93)) ### Features * new tabbed layout ([18e167c](18e167cb7f)) * show all found words and allow jump to them (beta) ([1a4c91f](1a4c91fd5e))
Goose Highlighter
Goose Highlighter is a browser extension that allows you to highlight words on any webpage.
Features
- Multiple Highlight Lists: Organize words into separate lists.
- Custom Colors: Set background and foreground for each list or individual word.
- Bulk Add: Paste multiple words at once.
- Enable/Disable: Toggle highlighting globally, per list, or per word.
- Page Navigation: View all highlights on the current page and jump to any occurrence with a single click.
- Site Exceptions: Add specific websites to an exceptions list to disable highlighting there.
- Import/Export: Backup or share your highlight lists and exceptions as JSON files.
Install
From Chrome Web Store (Recommended)
- Go to Chrome Web Store page and choose
Add to chrome.
Manual Installation
Option 1: Install from CRX File (Releases)
- Download: Get the latest
.crxfile from the Releases section - Install in Chrome:
- Open Chrome and go to
chrome://extensions/ - Enable "Developer mode" (toggle in top-right corner)
- Drag and drop the
.crxfile onto the extensions page - Click "Add extension" when prompted
- Open Chrome and go to
Option 2: Install from ZIP File (Releases)
- Download: Get the latest
.zipfile from the Releases section - Extract: Unzip the downloaded file to a folder of your choice
- Load in Chrome:
- Open Chrome and go to
chrome://extensions/ - Enable "Developer mode" (toggle in top-right corner)
- Click "Load unpacked" button
- Select the extracted folder containing the extension files
- Open Chrome and go to
Option 3: Build from Source
- Prerequisites: Node.js 20+ and npm
- Clone the repository:
git clone https://github.com/obsqrbtz/goose-highlighter.git cd goose-highlighter - Install dependencies:
npm install - Build the extension:
npm run build - Load in Chrome:
- Open Chrome and go to
chrome://extensions/ - Enable "Developer mode" (toggle in top-right corner)
- Click "Load unpacked" button
- Select the entire
goose-highlighterfolder (not thedistfolder)
- Open Chrome and go to
Description
Languages
TypeScript
61.8%
CSS
27.9%
HTML
8.5%
JavaScript
1.8%