Hello Vocabulary

Should I memorize this vocabulary

Apa itu Hello Vocabulary?

Hello Vocabulary adalah ekstensi Chrome yang dikembangkan oleh coherence0815, dan fitur utamanya adalah "Should I memorize this vocabulary".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Hello Vocabulary

Unduh file ekstensi Hello Vocabulary dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Hello Vocabulary Hello Vocabulary
ID klgmnlnhghflkhmckiajnkllfjkgkiji
URL Resmi https://chromewebstore.google.com/detail/hello-vocabulary/klgmnlnhghflkhmckiajnkllfjkgkiji
Deskripsi Should I memorize this vocabulary
Ukuran File 58.93 KB
Jumlah Instalasi 59
Versi Saat Ini 1.2
Terakhir Diperbarui 2016-11-20
Tanggal Publikasi 2016-11-20
Pengembang coherence0815
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/HemingwayLee/HelloVocabulary
URL Halaman Bantuan https://github.com/HemingwayLee/HelloVocabulary
Bahasa yang Didukung 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"
    ]
}