Word Discoverer: Expand your vocabulary

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

Word Discoverer: Expand your vocabulary란 무엇입니까?

Word Discoverer: Expand your vocabulary은(는) aided reading에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Highlights rare English dictionary words and idioms on web pages. Facilitates English language learning and expands your vocabulary."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Word Discoverer: Expand your vocabulary 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Word Discoverer: Expand your vocabulary Word Discoverer: Expand your vocabulary
ID noncaeikjgpbdeoocblijjgegnobogib
공식 URL https://chromewebstore.google.com/detail/word-discoverer-expand-yo/noncaeikjgpbdeoocblijjgegnobogib
설명 Highlights rare English dictionary words and idioms on web pages. Facilitates English language learning and expands your vocabulary.
파일 크기 728 KB
설치 횟수 14,148
현재 버전 2.12.3
최근 업데이트 2020-07-28
출시 날짜 2020-05-23
평점 4.60/5 총 122 개의 평점
개발자 aided reading
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/mechatroner/aided_reading
도움말 페이지 URL https://github.com/mechatroner/aided_reading/issues
지원되는 언어 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"
        }
    ]
}