Word Lists

Add the selected word(s) to wordlists: https://wordlists.azurewebsites.net

Apa itu Word Lists?

Word Lists adalah ekstensi Chrome yang dikembangkan oleh Paul Z. Wu, dan fitur utamanya adalah "Add the selected word(s) to wordlists: https://wordlists.azurewebsites.net".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Word Lists

Unduh file ekstensi Word Lists 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

                        Do your kids need lists of words? Do you/your kids want to create a list of words? Do you/your kids want to look up a word in a dictionary in the lists with one click? Do you want to know how many new words you learn today, in the past week, in the past month?  Here is the tool you cannot miss!

This new updated version is a Chrome extension with improved Dictionary Lookup with one click to add the new words to your word lists.                    

Informasi Dasar Ekstensi

Nama Word Lists Word Lists
ID dcmlnfpkppmknmlfmlhihohbdaicpdod
URL Resmi https://chromewebstore.google.com/detail/word-lists/dcmlnfpkppmknmlfmlhihohbdaicpdod
Deskripsi Add the selected word(s) to wordlists: https://wordlists.azurewebsites.net
Ukuran File 371 KB
Jumlah Instalasi 31
Versi Saat Ini 3.0
Terakhir Diperbarui 2018-06-10
Tanggal Publikasi 2018-06-09
Pengembang Paul Z. Wu
Tipe Pembayaran free
Situs Ekstensi http://www.elookinto.com
URL Halaman Bantuan http://www.elookinto.com
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Word Lists",
    "version": "3.0",
    "default_locale": "en",
    "manifest_version": 2,
    "description": "Add the selected word(s) to wordlists:  https:\/\/wordlists.azurewebsites.net",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icons\/favicon16.png",
        "32": "icons\/favicon32.png"
    }
}