OiWorld / MindTheWord

An extension for Google Chrome that helps people learn new languages while they browse the web.
43 stars 47 forks source link

Sentence translation #134

Closed ankit-m closed 8 years ago

ankit-m commented 8 years ago

This PR adds the following functionality:

  1. Sentence Translation: User can select a sentence (3 - 15 words) and click Translate Sentence from context menu to get the translation of that sentence. This translation will be shown as a popover above the selection. It can be dismissed with a click.
  2. Modular CSS: If any style has to injected in a webpage, it can be directly added to MTWStyles.css. This will be automatically added - no need for other injection.

    Screenshot

sen_translate

ceilican commented 8 years ago

Thanks!!