jamigibbs / text-revealer-chrome-extension

A Chrome Extension that helps reveal deeper information about text you highlight on a web page.
MIT License
6 stars 2 forks source link
Text Revealer

TextRevealer Chrome Extension

Reveal deeper information about highlighted text on a web page. When text is selected, a popover displays useful details about the text such as:

Demo: https://jamigibbs.github.io/text-revealer-js/

There is also a vanilla JS version available too. The script for this extension is generated from that project so please report any issues on that repo unless it's a Chrome Extension specific issue.

Preview

Preview

Loading In Chrome

This extension isn't yet available on the Chrome Web Store (soon!). In the meantime, it can be installed with these steps:

  1. Download this repository.
  2. Navigate to the Chrome menu > More Tools > Extensions
  3. Rename the folder from text-revealer-chrome-extension-master to text-revealer-chrome-extension
  4. Select "Load unpacked"
  5. Select the downloaded folder unzipped.

Available Settings

After activating the extenion, settings are available by clicking the Text Revealer icon in your browser navigation bar and selecting "Options":

Settings

Call for help

Because this script is intended to be loaded across a wide variety of sites, it's difficult for a single person to test it against all of the many possibilities that it could encounter. So if you find an issue whether it be CSS or scripting, please log an issue that includes the URL, screenshots, and a detailed explanation of the the issue you're seeing. Feature requests also welcome!