Bueas Dias, Bon Jour, Guten Tag, Good Day. Understanding language opens the world. Learning a
foreign language will help you understand an entire population otherwise inaccessible.
And you'll understand your native tongue better too.

Language experts believe the best way to learn vocabulary is by reading -- a lot more fun than
the memorizing vocabulary lists. However, reading can be hard when you don't understand many of
the words.

But don't despair! Instead, use the Reading Vocabulary Extension to help you understand and learn
vocabulary.  Simply install the extension from the chrome web store and any word you double click
will provide you with a translation in your native language.

Each time you select a word, the extension will present a list of possible translations. You
choose the word that best fits the context, and the extension stores the native and foreign words.

After looking up 5 words, the extension will give you a quick matching quiz to review the words
that you have learned. Simply drag and drop the matching words and then return to your reading.
This quick review will make your reading maximally productive!

You can choose your languages and how frequently to be quizzed. And at the end of a session
export all the words that you looked up.

The best part about the extension, is that you can use it on almost any webpage!

Language opens doors. What will you discover on the other side?

-----


upload to chrome web store
amazon
export definitions
"Vocabular" in options
"other" enter own definition
print "Deutsch to English"
disable from popup
window size for quiz
audio for right answer/wrong answer for quiz
mute audio
localization
compile/post to extensions
open source code
add links to beginner content for each language



* http://www.sitepoint.com/10-jquery-translator-plugins/
* http://www.localeplanet.com/api/translate.html
* http://getbootstrap.com/

options:
    foreign language
    native language
    number of words before quiz
    attribution to glosbe.com
    export words


present translation:
    x positioning (enough above)
    x vertical
    x link to add word to glosbe.com
    x link to google translate
    link to disable
    attribution to glosbe.com
    other... allow typing

x hookup options

toggle icon in toolbar

present quiz
    window size
    sound for right, wrong, complete
    phrases in foreign language for success (ausgezeichnet)

    quiz including previous words


https://stackoverflow.com/questions/10340481/popup-window-in-chrome-extension#
http://www.programmableweb.com/category/translation/apis?category=20254
https://glosbe.com/gapi/translate?from=pol&dest=eng&format=json&phrase=witaj&pretty=true
https://glosbe.com/a-api
    fra = french
    eng = english
    deu = german
    spa = spanish
    rus = russian

better rendering
storing words looked up
storing count
quiz/review popup
language selection

responseURL: "https://glosbe.com/gapi/translate?from=deu&dest=eng&format=json&phrase=Zuschauern"


http://www.childrensbooksforever.com/childrenpages/Spanish.html
http://www.childrenslibrary.org/icdl/SimpleSearchCategory?ids=&pnum=1&cnum=1&text=&lang=English&langid=61
http://www.grimmstories.com/es/grimm_cuentos/index
http://www.grimmstories.com/
http://www.gocomics.com/espanol/calvinandhobbesespanol

https://en.glosbe.com/a-api
We provide API for free, however it does cost us to provide it. If you use our API please add readable information about the API provider. Add a link to Glosbe homepage if possible and visible Glosbe attribution next to the data displayed. Thank you.

  2.8. When using the Service the User shall include reference to the Yandex technology in the description of the software application, in the respective help topic, on the official website of the software application, as well as on all pages/screens where the dictionary articles received by means of the Service are used, strictly over or under the dictionary articles, in format of the following text: Powered by Yandex.Dictionary with the clickable hyperlink to the page http://api.yandex.com/dictionary. The font size of this reference shall not be less than the size of the main text font, and its color shall not differ from the color of the main text font.

http://stackoverflow.com/questions/4409378/text-selection-and-bubble-overlay-as-chrome-extension

"browser_action": {
    "default_icon": "rv.png",
    "default_popup": "rv-options.html",
    "default_title": "Reading Vocablulary Options"
  },
  "permissions": [
    "activeTab",
    "https://ajax.googleapis.com/"
  ]
}
