项目作者: sanchitnevgi

项目描述 :
Lookup tough words
高级语言: JavaScript
项目地址: git://github.com/sanchitnevgi/voracious.git
创建时间: 2017-03-09T13:16:57Z
项目社区:https://github.com/sanchitnevgi/voracious

开源协议:MIT License

下载


Voracious

Voracious is a chrome extension that displays definitions of tough words. Inspired by Kindle Word-Wise

@sanchitgn/porting-kindle-word-wise-to-the-browser-7e21e04d066c">How I went about it

Installation:

Fetch all the dependencies by running $ yarn.

$ yarn build will build the source

Choose Load unpacked extension from the chrome://extensions and navigate to the build folder. Make sure you are in the developer mode.

TODO:

  • Move dictionary to IndexedDB.
  • Improve dictionary.
  • Fix white-space issue when annotated.
  • Add styles to , to override native styles
  • Avoid using innerText; Improve traversal.
  • Improve word detection algorithm.
  • Improve article detection.
  • Implement options page to select word difficulty.
  • Limit annotated text width; Display full text on mouse over.
  • Procure a dictionary with difficulty level, (Dictionary.com).
  • Run content-script on page idle instead of relying on time-out.
  • Prevent subsequent definitions from showing.
  • Add extension to Opera & Firefox.