项目作者: dstein64

项目描述 :
📄 A browser extension for automatically highlighting the important content on article pages.
高级语言: JavaScript
项目地址: git://github.com/dstein64/highlight.git
创建时间: 2015-04-21T07:30:45Z
项目社区:https://github.com/dstein64/highlight

开源协议:MIT License

下载


Build Status

Auto Highlight

Keywords: tldr, tl;dr, article, summarizer, summarization, summary, highlight, highlighting, highlighter

Auto Highlight is a browser extension that automatically highlights the important
content on article pages.

The extension is available from various browser add-on repositories.

To use Auto Highlight, install the extension, and click the highlighter
icon in the location bar. Clicking multiple times changes the
highlighting coverage.

Screenshot

The following image shows the highlighting on an article after clicking the
Auto Highlight icon once.

Screenshot

Development

A different manifest.json is used for Chrome and Firefox. For development, create a symbolic link
manifest.json that points to either manifest_chrome.json or manifest_firefox.json, depending
on the environment.

To generate zip archives, run zip.sh.

Privacy Policy

The Auto Highlight browser extension does not collect user data nor transmit user data remotely. Options
for the extension are saved locally.

License

See LICENSE.
This license does not apply to the libraries. For the library licenses, see the corresponding license files
in src/lib.

Acknowledgments

Auto Highlight contains code from:

  1. readabilitySAX
  2. Porter-Stemmer