https://github.com/gingerbeardman/highlighter
Chrome Extension to highlight user defined keywords on web pages
https://github.com/gingerbeardman/highlighter
Last synced: 11 months ago
JSON representation
Chrome Extension to highlight user defined keywords on web pages
- Host: GitHub
- URL: https://github.com/gingerbeardman/highlighter
- Owner: gingerbeardman
- Created: 2014-01-21T22:47:00.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-22T18:01:23.000Z (over 12 years ago)
- Last Synced: 2025-03-29T00:08:20.253Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://chrome.google.com/webstore/detail/highlighter/oibnefncafkleabfjlfheddocehlinga
- Size: 367 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
Highlighter Chrome Extension
============================
## Overview
Highlight a user defined list of words on web pages. Supports groups so you can have related keywords appear in the same colour, plus much more!
##Download
[https://chrome.google.com/webstore/detail/highlighter/oibnefncafkleabfjlfheddocehlinga](https://chrome.google.com/webstore/detail/highlighter/oibnefncafkleabfjlfheddocehlinga)
##FEATURE LIST
- keywords support plain text and regular expressions!
- easy keyword entry
- with paste support
- drag and drop reordering
- automatic colouring
- instant update on the page
- page action
- options page
- highlight toggle
- works with dynamic content
- context menu
- fast!
##BUILT USING
- jQuery
- jQuery UI
- jQuery.highlightRegex
- jQuery Tags Input Plugin (modified)
## Changelog
**2014-01-21, version 1.0.0**
Initial push to github
**2013-02-16, version 1.0.0**
Private release
## To Do
See [TODO.markdown](TODO.markdown)