Word Discoverer: Expand your vocabulary

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

O que é Word Discoverer: Expand your vocabulary?

Word Discoverer: Expand your vocabulary é uma extensão do Chrome desenvolvida por aided reading, e sua principal característica é "Highlights rare English dictionary words and idioms on web pages. Facilitates English language learning and expands your vocabulary.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Word Discoverer: Expand your vocabulary

Baixe arquivos de extensão Word Discoverer: Expand your vocabulary no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Word Discoverer: Expand your vocabulary Word Discoverer: Expand your vocabulary
ID noncaeikjgpbdeoocblijjgegnobogib
URL Oficial https://chromewebstore.google.com/detail/word-discoverer-expand-yo/noncaeikjgpbdeoocblijjgegnobogib
Descrição Highlights rare English dictionary words and idioms on web pages. Facilitates English language learning and expands your vocabulary.
Tamanho do Arquivo 728 KB
Contagem de Instalações 14,148
Versão Atual 2.12.3
Última Atualização 2020-07-28
Data de Publicação 2020-05-23
Classificação 4.60/5 Total de 122 Avaliações
Desenvolvedor aided reading
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/mechatroner/aided_reading
URL da Página de Ajuda https://github.com/mechatroner/aided_reading/issues
Idiomas Suportados 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"
        }
    ]
}