brn-gthbrg / chrome-highlight-extension

Chrome extension for highlighting multiple words in multiple groups

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Features

  1. support multiple user defined groups
  2. support multiple words inside a group
  3. support highlighting contents across mulitple HTML tag, i.e. <span>exam<b>ple</b></span>

TODO

  1. calculate a contrast color for the highlighted text

Demo

highlighted demo

Reference:

Icon:

Bug:

  • There may be change in DOM structure if the keyword spans across multi HTML tag.
  • When page init, no content in body. Currently, hard-coded a delay, may investigate using MutationObserver() to solve it.

About

Chrome extension for highlighting multiple words in multiple groups

License:GNU General Public License v3.0


Languages

Language:JavaScript 58.6%Language:CSS 35.7%Language:HTML 5.6%