Hello Vocabulary

Should I memorize this vocabulary

Co to jest Hello Vocabulary?

Hello Vocabulary to rozszerzenie Chrome opracowane przez coherence0815, a jego główną funkcją jest „Should I memorize this vocabulary”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Hello Vocabulary

Pobierz pliki rozszerzeń Hello Vocabulary w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Hello Vocabulary Hello Vocabulary
ID klgmnlnhghflkhmckiajnkllfjkgkiji
Oficjalny URL https://chromewebstore.google.com/detail/hello-vocabulary/klgmnlnhghflkhmckiajnkllfjkgkiji
Opis Should I memorize this vocabulary
Rozmiar pliku 58.93 KB
Liczba instalacji 59
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2016-11-20
Data Publikacji 2016-11-20
Deweloper coherence0815
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/HemingwayLee/HelloVocabulary
Adres URL Strony Pomocy https://github.com/HemingwayLee/HelloVocabulary
Obsługiwane Języki 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"
    ]
}