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
Eメール [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"
    ]
}