A Chrome extension that allows you to highlight specific text on any webpage with customizable colors.
- Highlight any text on web pages in real-time
- Choose custom highlight colors using a color picker
- Shows the number of occurrences of the highlighted text
- Works on all websites including Google search results and Wikipedia
- Easy to use interface with a popup window
- Clear all highlights with a single click
- Clone this repository
- Open Chrome and go to
chrome://extensions/ - Enable "Developer mode" in the top right
- Click "Load unpacked" and select the extension directory
- Click the extension icon in the Chrome toolbar
- Enter the text you want to highlight in the textarea
- Choose a highlight color using the color picker (default is yellow)
- Click "Highlight" or press Enter to highlight all occurrences
- The "Occurrences" counter will show how many times the text appears
- Click "Clear Highlights" to remove all highlights
- Built with Chrome Extension Manifest V3
- Uses content scripts for page manipulation
- Implements real-time highlighting with text node traversal
- Maintains proper DOM manipulation to avoid conflicts
The extension requires the following permissions:
activeTab: To interact with the current tabscripting: To inject and execute content scriptsstorage: To store user preferences<all_urls>: To work on all websites
Feel free to submit issues and enhancement requests!
This extension is open source and available under the MIT License.
If you have any questions or need help, please open an issue in the repository.