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.”。
扩展截图
下载Word Discoverer: Expand your vocabulary扩展crx文件
下载Word Discoverer: Expand your vocabulary扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 |
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": [ " |