Hello Vocabulary

Should I memorize this vocabulary

Co je Hello Vocabulary?

Hello Vocabulary je rozšíření Chrome vyvinuté coherence0815, a jeho hlavní funkcí je „Should I memorize this vocabulary“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Hello Vocabulary

Stáhněte si soubory rozšíření Hello Vocabulary ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Hello Vocabulary Hello Vocabulary
ID klgmnlnhghflkhmckiajnkllfjkgkiji
Oficiální URL https://chromewebstore.google.com/detail/hello-vocabulary/klgmnlnhghflkhmckiajnkllfjkgkiji
Popis Should I memorize this vocabulary
Velikost souboru 58.93 KB
Počet instalací 59
Aktuální Verze 1.2
Poslední Aktualizace 2016-11-20
Datum Vydání 2016-11-20
Vývojář coherence0815
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/HemingwayLee/HelloVocabulary
URL Stránky Nápovědy https://github.com/HemingwayLee/HelloVocabulary
Podporované Jazyky 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"
    ]
}