Word Discoverer: Expand your vocabulary

Highlights rare English dictionary words and idioms on web pages. Facilitates English language learning and expands your vocabulary.

Qu'est-ce que Word Discoverer: Expand your vocabulary ?

Word Discoverer: Expand your vocabulary est une extension Chrome développée par aided reading, et sa fonction principale est "Highlights rare English dictionary words and idioms on web pages. Facilitates English language learning and expands your vocabulary.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Word Discoverer: Expand your vocabulary

Téléchargez les fichiers d'extension Word Discoverer: Expand your vocabulary au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Word Discoverer highlights rare English dictionary words, idioms and proverbs on web pages. 
It helps non-native English learners to discover new expressions while they are browsing the Internet. 
Highlighting of rare words is useful because some people do not even notice vaguely known words, especially when these words are not critical for understanding of the text that they read. One possible explanation of this strange and pertexing effect is that mind of a reader is concentrated on understanding the meaning and structure of the text, and after finishing reading a sentence many readers won't go back to check the meaning of unfamiliar words that they have already forgot. E.g. some readers will forget to check the definition of word "pertexing" from the previous sentence which, in fact, doesn't exist. And even if you did check it, you still can try this extension, it highlights only real English dictionary words and idioms =) 

*NOTE* On installation Words Discoverer shows scary warning that it can "read and change all you data on the websites your visit" - don't worry, Words Discoverer will not send any of your data anywhere. In fact it doesn't even talk to any servers, all highlighting logic is performed locally in your browser, so if you have some saved html files to read, you can even use Words Discoverer offline. The source code is here if you are curious: https://github.com/mechatroner/aided_reading

Words Discoverer is free forever, open source, and it has no ads.

Here are some features of the extension:

Words Discoverer is better than "Word-of-the-day" type of programs because new words are highlighted in context of the text that you read, which is a good motivating factor to finally check the definitions and learn these words (or idioms).

Depending on your vocabulary size, you can adjust frequency threshold of highlighted words e.g. skip 25% most common English words, and highlight all the rest. There's no way to set such threshold for idioms and proverbs, the extension can either highlight all of them or none.  

Words Discoverer can operate in two modes:
In the first (default) mode it highlight all Internet pages except sites that you add to a special list. E.g. you may not want to highlight anything from youtube.
In the second mode Words Discoverer highlights only sites from another special list - your favorite English sites. By default this list is empty, so unless you add there something (e.g. facebook, wikipedia, bbc.com), it won't highlight anything at all.

Currently there are ~50K words and ~1600 idioms in the extension's dictionary. If you're interested you can look at them on project's github page. 
Here some example of idioms from the dictionary: "brand new"(everyone knows this one), "bucket list", "moral high ground", "baby shower"(it is not a shower for babies), "money laundering", "jigsaw puzzle", "veil of ignorance". And there are many others.

If you known definition of a highlighted word, you can add it to your personal vocabulary and it won't be detected any more. When you add a word it is converted to normal form for your vocabulary e.g. "dogs -> dog". You can always view your vocabulary or save it as a text file.

By selecting text of a word (or idiom) and right clicking on it you can either add the word to your vocabulary or view it's definition in one of 4 online dictionaries using context menu references. And, of course, you can also use Words Discoverer in combination with your favorite dictionary app (e.g. "Google dictionary" extension)

Interesting fact: most adult native English speakers know 20000-35000 words, so it is totally possible to eventually add them all to your vocabulary file.

Contributors:
github user XQDD - Text-To-Speech idea and implementation                    

Informations de Base sur l'Extension

Nom Word Discoverer: Expand your vocabulary Word Discoverer: Expand your vocabulary
ID noncaeikjgpbdeoocblijjgegnobogib
URL Officiel https://chromewebstore.google.com/detail/word-discoverer-expand-yo/noncaeikjgpbdeoocblijjgegnobogib
Description Highlights rare English dictionary words and idioms on web pages. Facilitates English language learning and expands your vocabulary.
Taille du Fichier 728 KB
Nombre d'Installations 14,148
Version Actuelle 2.12.3
Dernière Mise à Jour 2020-07-28
Date de Publication 2020-05-23
Évaluation 4.60/5 Total 122 Évaluations
Développeur aided reading
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/mechatroner/aided_reading
URL de la Page d'Aide https://github.com/mechatroner/aided_reading/issues
Langues Prises en Charge de,en,fr,es-419,ru,hi,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApZCoc0XDID\/uKLJHmTzs0SIhHJgeYOImxRnKttmcJXClctA77mPH1bM\/lXcuaIX\/Ml9oOqrIGaxWGe\/+l1CVP5URzajQlzce6N47l6sWboYnMcsa4t\/H6xM77nIR7z9EciTWMCqqaGXQBQ3M40OJ86viKmKoQuIeNQEAXRBGUbWAZWVIbha2GwQgl2m6FmZs\/tFcTBuFCeLmByPtnQTuFZx5c32GzW22\/jV2HUCLPCc5kS1FL3Oh9hcteXmZDGQZLDEBboPw1p8FKlN7pdO2fA2Fu5Z6o\/HbC18LR6N6fZXYL3iZe1Sbe2vzHEMQ4Hxeuj3lE3mIhAn\/titur8SSkwIDAQAB",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "2.12.3",
    "icons": {
        "48": "result48.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "author": "Dmitry Ignatovich",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "contextMenus",
        "tts",
        "identity"
    ],
    "optional_permissions": [
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "common_lib.js",
            "context_menu_lib.js",
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/*.google.com 'unsafe-eval'; object-src 'self'",
    "oauth2": {
        "client_id": "1093363650045-qndvaqnh5ma7mabluj3arkmta53lubo5.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/drive.file"
        ]
    },
    "web_accessible_resources": [
        "eng_dict.txt",
        "eng_idioms.txt"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "content_script.css"
            ],
            "js": [
                "common_lib.js",
                "context_menu_lib.js",
                "content_script.js"
            ],
            "run_at": "document_start"
        }
    ]
}