Hello Vocabulary

Should I memorize this vocabulary

Hvad er Hello Vocabulary?

Hello Vocabulary er en Chrome-udvidelse udviklet af coherence0815, og dens hovedfunktion er "Should I memorize this vocabulary".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Hello Vocabulary-udvidelses-CRX-fil

Download Hello Vocabulary-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Hello Vocabulary Hello Vocabulary
ID klgmnlnhghflkhmckiajnkllfjkgkiji
Officiel URL https://chromewebstore.google.com/detail/hello-vocabulary/klgmnlnhghflkhmckiajnkllfjkgkiji
Beskrivelse Should I memorize this vocabulary
Filstørrelse 58.93 KB
Antal Installationer 59
Nuværende Version 1.2
Senest Opdateret 2016-11-20
Udgivelsesdato 2016-11-20
Udvikler coherence0815
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/HemingwayLee/HelloVocabulary
Hjælpeside-URL https://github.com/HemingwayLee/HelloVocabulary
Understøttede Sprog 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"
    ]
}