VAA
Vocabulary Anywhere Anytime
Wat is VAA?
VAA is een Chrome-extensie ontwikkeld door mili team, en de belangrijkste functie is "Vocabulary Anywhere Anytime".
Extensie Screenshots
Download het CRX-bestand van de extensie VAA
Download VAA-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
##### 词道简介(Introduction)
词道(VAA, Vocabulary Anytime Anywhere)是一个帮助人们学习外语词汇的小工具。与其它类似工具不同的是:词道致力于挖掘词汇学习的根本之道,为语言学习者提供一条自然、高效学习词汇的便利之道!
词道目前包含字典和回顾清单。字典用于在阅读时查询没掌握的单词。查询过的单词会被自动保存到回顾清单中。回顾清单帮助您在碎片时间通过反复识记已掌握生词。
##### 思想与原理(Philosophy)
* _重复是记忆的终极秘诀;_
* _实践是学习的不二法门;_
* _碎片时间是词汇学习的最佳选择!_
##### 当前功能(Features)
* 划词搜索:
根据操作习惯不同,有下列两种常见操作方法(注意:下面的方法中是未使用查询修饰键的操作步骤,根据您在设置中启用的修饰键,需增加相应的修饰键操作,例如:使用`Ctrl`作为修饰键,则操作步骤为:按住`Ctrl`键不放,继续方法一或二中的步骤,搜索启动后释放`Ctrl`键)。
+ 方法一:
按住鼠标左键,移动鼠标指针使浏览器页面中的待查询的文本处于被选择的状态(背景高亮)后释放鼠标左键。
+ 方法二:
双击鼠标左键,使浏览器页面中待查询的文本处于被选择的状态(背景高亮)。
__划词搜索目前支持__:
+ 单词查询(会自动存储到服务器)
+ 整句翻译(不保存到服务器)
* 快捷查词
浏览网页时,通过键盘快捷键(`Ctrl+q`或`Alt+q`),唤出词道快捷查词搜索框搜索你欲查询的生词汇。
* 右键查词
浏览网页时,选中待查询的单词后,通过右键菜单中“使用VAA查询”,触发查词。
* 回顾清单
在您查询词汇时,自动保存您没有掌握的单(生)词,并在合适的时候提醒你回顾复习,依据艾宾浩斯记忆曲线为您安排重复复习直至您掌握,将生词变熟词。
##### 如何使用(How to use)
使用VAA学习词汇的流程为_寻找、初识、回顾与征服四个步骤,具体为:
1. 像平时一样使用谷歌浏览器(Chrome)阅读或浏览您感兴趣的内容。(__寻找__)
2. 遇到不熟悉的词汇,通过上述任意查词方法轻松快速解决心中疑惑,然后继续阅读或浏览。(__初识__)
3. 利用碎片时间通过智能生词本回顾需要复习的生词(__回顾__)
4. 享受彻底掌握单词的乐趣(__征服__)
更新记录
**************
2015-03-02 2.0.1 bugs fix
2015-01-10 2.0.0 new UI
2014-01-25 1.0.5 update api
2014-01-02 1.0.4 bugs fix
2013-08-28 1.0.3 fix bug can NOT translate word
2013-04-23 1.0.2 improve ui
2013-03-03 1.0.1 change default lang to zh_CN
2013-03-03 1.0.0 bug fix, new look, new backend service
2012-06-29 0.7.0 bug fix
2012-06-10 0.6.0 bug fix
2012-05-08 0.5.0 增加快速查词功能(ctrl + q)
2012-04-01 0.4.0 bug fix & new ui & 开源
2010-11-29 0.3.0 beta 解决授权后出现“ERROR 311”页面的问题
2010-04-30 0.1.0 beta initial version
项目成员
**************
[email protected]
[email protected]
[email protected]
贡献人员
**************
[email protected]
[email protected]
[email protected] Basisinformatie over de Extensie
| Naam | |
| ID | cgkjfohooamppcndhnmamboiipnmeaak |
| Officiële URL | https://chromewebstore.google.com/detail/vaa/cgkjfohooamppcndhnmamboiipnmeaak |
| Beschrijving | Vocabulary Anywhere Anytime |
| Bestandsgrootte | 199 KB |
| Aantal Installaties | 442 |
| Huidige Versie | 2.0.2 |
| Laatst Bijgewerkt | 2015-05-26 |
| Publicatiedatum | 2015-05-26 |
| Beoordeling | 4.42/5 Totaal 36 Beoordelingen |
| Ontwikkelaar | mili team |
| Betalingswijze | free |
| Extensiewebsite | https://xiaominglui.github.io/vello/ |
| Help Pagina-URL | https://bitbucket.org/xiaominglui/vaa/issues |
| Ondersteunde Talen | en,zh-CN,zh-TW |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_extName__",
"version": "2.0.2",
"manifest_version": 2,
"icons": {
"16": "img\/vaa-16.png",
"48": "img\/vaa-48.png",
"128": "img\/vaa-128.png"
},
"description": "__MSG_description__",
"default_locale": "zh_CN",
"background": {
"scripts": [
"js\/jquery-1.7.1.min.js",
"background.js",
"js\/client.js"
]
},
"options_page": "options.html",
"browser_action": {
"default_title": "__MSG_default_title__",
"default_icon": "img\/vaa-32.png",
"default_popup": "popup.html"
},
"content_scripts": [
{
"js": [
"catch_word.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_end"
}
],
"web_accessible_resources": [
"img\/loader.gif",
"img\/speaker.png",
"img\/icons\/default\/16\/level.png",
"img\/icons\/default\/16\/save.png",
"img\/speaker_volume_control.png",
"img\/icons\/default\/16\/seemean.png",
"img\/icons\/default\/16\/rem.png",
"img\/icons\/default\/16\/background.png",
"connect.html"
],
"permissions": [
"contextMenus",
"http:\/\/api.bing.net\/json.aspx",
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*",
"https:\/\/chrome.google.com\/webstore\/*",
"https:\/\/mail.google.com\/webstore\/*"
]
} | |