Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ivanruvalcaba/multi-keywords-highlighter
Highlights given keywords on any web page you visit —Mozilla Firefox Add-on—
https://github.com/ivanruvalcaba/multi-keywords-highlighter
firefox firefox-addon highlighter webextension
Last synced: about 1 month ago
JSON representation
Highlights given keywords on any web page you visit —Mozilla Firefox Add-on—
- Host: GitHub
- URL: https://github.com/ivanruvalcaba/multi-keywords-highlighter
- Owner: ivanruvalcaba
- License: gpl-3.0
- Archived: true
- Created: 2017-09-22T17:35:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-09T21:04:22.000Z (over 6 years ago)
- Last Synced: 2024-08-11T11:03:38.308Z (5 months ago)
- Topics: firefox, firefox-addon, highlighter, webextension
- Language: JavaScript
- Homepage: https://addons.mozilla.org/en-US/firefox/addon/multi-keywords-highlighter/
- Size: 451 KB
- Stars: 18
- Watchers: 8
- Forks: 4
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> This project has been migrated to **GitLab**: [https://gitlab.com/ivanruvalcaba/multi-keywords-highlighter](https://gitlab.com/ivanruvalcaba/multi-keywords-highlighter) _(#GithubExodus)_.
# Multi-Keywords Highlighter
Highlights given keywords on any web page you visit.
## Features
*Multi-Keywords Highlighter* is a browser extension for **Firefox** (*version 52.0 or higher*). It's intended to be assistive for searching for the interesting bits of a web page by defining a keyword list.
![](doc/img/multi-keywords_highlighter-1.jpg)
Once you have defined the keyword list, *Multi-Keywords Highlighter* shows them to you instantly through beautiful and colorful highlighters (ten different colors to be more precise). In addition, is also able to point out to you the number of matches on the current web page.
![](doc/img/multi-keywords_highlighter-2.jpg)
The keyword list is stored locally so you shouldn't worry about your privacy or anonymity.
### Feedback
If you have any suggestion, comment or issue, please [create a new thread or participate in an existing one](https://github.com/ivanruvalcaba/multi-keywords-highlighter/issues). Any feedback is highly appreciated.
## Changelog
- *23/09/2017*: Initial release (version 1.0.0).
## ToDo
- [ ] Add multi-language support (Internationalitation *—i18n—*).
## License
This software is distributed under the terms of the [GNU General Public License v3](https://www.gnu.org/licenses/gpl-3.0.en.html).
### Acknowledgements
The development of this extension was based on the following [project](https://github.com/wrzlbrmft/chrome-keywords-highlighter).