Hello Vocabulary

Should I memorize this vocabulary

Was ist Hello Vocabulary?

Hello Vocabulary ist eine Chrome-Erweiterung, die von coherence0815 entwickelt wurde, und ihr Hauptmerkmal ist "Should I memorize this vocabulary".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Hello Vocabulary-Erweiterungs-CRX-Datei herunterladen

Laden Sie Hello Vocabulary-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Hello Vocabulary Hello Vocabulary
ID klgmnlnhghflkhmckiajnkllfjkgkiji
Offizielle URL https://chromewebstore.google.com/detail/hello-vocabulary/klgmnlnhghflkhmckiajnkllfjkgkiji
Beschreibung Should I memorize this vocabulary
Dateigröße 58.93 KB
Installationsanzahl 59
Aktuelle Version 1.2
Letztes Update 2016-11-20
Veröffentlichungsdatum 2016-11-20
Entwickler coherence0815
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/HemingwayLee/HelloVocabulary
Hilfeseite URL https://github.com/HemingwayLee/HelloVocabulary
Unterstützte Sprachen 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"
    ]
}