Hello Vocabulary

Should I memorize this vocabulary

Vad är Hello Vocabulary?

Hello Vocabulary är en Chrome-tillägg utvecklad av coherence0815, och dess huvudfunktion är "Should I memorize this vocabulary".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Hello Vocabulary-förlängningens CRX-fil

Ladda ner Hello Vocabulary-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Hello Vocabulary Hello Vocabulary
ID klgmnlnhghflkhmckiajnkllfjkgkiji
Officiell webbadress https://chromewebstore.google.com/detail/hello-vocabulary/klgmnlnhghflkhmckiajnkllfjkgkiji
Beskrivning Should I memorize this vocabulary
Filstorlek 58.93 KB
Antal Installationer 59
Aktuell Version 1.2
Senast Uppdaterad 2016-11-20
Publiceringsdatum 2016-11-20
Utvecklare coherence0815
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/HemingwayLee/HelloVocabulary
Hjälpsida URL https://github.com/HemingwayLee/HelloVocabulary
Stödda Språk 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"
    ]
}