2026-02-06 12:31:12 +03:00
2026-02-06 02:49:31 +03:00
2025-11-20 13:45:42 +03:00
2025-06-16 16:33:47 +03:00
2026-02-04 22:46:12 +03:00
2026-02-06 12:31:12 +03:00
2026-02-06 12:31:12 +03:00
2025-10-08 13:53:47 +03:00
2026-02-06 12:31:12 +03:00
2025-10-08 13:53:47 +03:00
2025-12-11 17:00:53 +03:00
2025-10-08 10:32:59 +03:00
2025-11-19 10:02:59 +03:00
2026-02-04 23:30:19 +03:00
2026-02-05 14:29:43 +03:00
2025-11-18 20:58:59 +03:00
2025-10-08 13:53:47 +03:00
2025-06-23 16:15:11 +03:00

Goose Highlighter Logo 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

Manual Installation

Option 1: Install from CRX File (Releases)

  1. Download: Get the latest .crx file from the Releases section
  2. Install in Chrome:
    • Open Chrome and go to chrome://extensions/
    • Enable "Developer mode" (toggle in top-right corner)
    • Drag and drop the .crx file onto the extensions page
    • Click "Add extension" when prompted

Option 2: Install from ZIP File (Releases)

  1. Download: Get the latest .zip file from the Releases section
  2. Extract: Unzip the downloaded file to a folder of your choice
  3. 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

Option 3: Build from Source

  1. Prerequisites: Node.js 20+ and npm
  2. Clone the repository:
    git clone https://github.com/obsqrbtz/goose-highlighter.git
    cd goose-highlighter
    
  3. Install dependencies:
    npm install
    
  4. Build the extension:
    npm run build
    
  5. 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-highlighter folder (not the dist folder)
Description
Languages
TypeScript 61.8%
CSS 27.9%
HTML 8.5%
JavaScript 1.8%