Hello Vocabulary

Should I memorize this vocabulary

什么是Hello Vocabulary?

Hello Vocabulary是由coherence0815开发的Chrome扩展程序,该扩展的主要功能是“Should I memorize this vocabulary”。

扩展截图

screenshot
screenshot
screenshot

下载Hello Vocabulary扩展crx文件

下载Hello Vocabulary扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        When I visited a website, there were some vocabularies that I didn't know what they mean. I looked up the dictionary to see their meanings.

At that moment, there was one thing coming into my mind. How can I know if I should memorize those vocabularies or not? If those vocabularies are popular in the TOEFL, IELTS, etc., I should definitely memorize them.

As the result, I built this tool to see if I should memorize those vocabularies or not.                    

扩展基本信息

名称 Hello Vocabulary Hello Vocabulary
ID klgmnlnhghflkhmckiajnkllfjkgkiji
官方URL https://chromewebstore.google.com/detail/hello-vocabulary/klgmnlnhghflkhmckiajnkllfjkgkiji
简介 Should I memorize this vocabulary
文件大小 58.93 KB
安装次数 59
当前版本 1.2
更新时间 2016-11-20
上架时间 2016-11-20
开发者 coherence0815
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/HemingwayLee/HelloVocabulary
帮助页面URL https://github.com/HemingwayLee/HelloVocabulary
支持的语言 zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hello Vocabulary",
    "description": "Should I memorize this vocabulary",
    "version": "1.2",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "activeTab"
    ]
}