A powerful Chrome extension that helps you highlight and navigate through specific words on any webpage, with real-time word counting and dark mode support.
- ✨ Highlight multiple words simultaneously
- 🔍 Real-time word counting for each term
- ⚡ Instant highlighting as you type
- 🎯 Navigate between highlights with Previous/Next buttons
- 🌓 Dark mode support
- 📊 Word count statistics
- 💪 Works on any webpage
- 🚀 Fast and lightweight
- 🔄 Supports dynamic content (infinite scroll)
- Visit Word Highlighter on Chrome Web Store
- Click "Add to Chrome"
- Click "Add Extension" in the popup
- Download or clone this repository
- Open Chrome and go to
chrome://extensions/
- Enable "Developer mode" in the top right
- Click "Load unpacked"
- Select the
src
directory from the downloaded/cloned repository
- Click the extension icon in Chrome toolbar
- Enter words you want to highlight
- Use Previous/Next buttons to navigate between highlights
- Toggle dark mode as needed
- View word counts and statistics
- Google Chrome
- Git
- Text editor (VS Code recommended)
# Clone the repository
git clone https://github.com/yourusername/word-highlighter.git
# Navigate to project directory
cd word-highlighter
# Open in VS Code
code .
src/
├── assets/
├── ├──icons # Extension icons
├── ├── images # Extension images
├── js/ # JavaScript files
├── css/ # Stylesheets
├── popup.html # Extension popup
└── manifest.json # Extension manifest
- Fork the repository
- Create a new branch (
git checkout -b feature/improvement
) - Make changes
- Commit changes (
git commit -am 'Add new feature'
) - Push to branch (
git push origin feature/improvement
) - Create Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
- Mohamadreza Golbaba - Initial work - GitHub
- Thanks to all contributors
- Inspired by the need for better text analysis tools
Made with ❤️ by Mohamadreza Golbaba