Word Definer

Get the definitions of all big or complex words from every webpage

Apa itu Word Definer?

Word Definer adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Get the definitions of all big or complex words from every webpage".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Word Definer

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

                        Word definer is the perfect extension for all of your vocabulary needs. Every webpage visited will have a compiled list of words in the toolbar that have been pulled directly from the page. Figure out words you do not know by retrieving their definitions instantly at the click of a button.                    

Informasi Dasar Ekstensi

Nama Word Definer Word Definer
ID pebaoppkhmdljgfcepaocgdifalikhhh
URL Resmi https://chromewebstore.google.com/detail/word-definer/pebaoppkhmdljgfcepaocgdifalikhhh
Deskripsi Get the definitions of all big or complex words from every webpage
Ukuran File 21.79 KB
Jumlah Instalasi 54
Versi Saat Ini 0.0.1
Terakhir Diperbarui 2021-11-02
Tanggal Publikasi 2021-11-02
Pengembang Unknown
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Word Definer",
    "description": "Get the definitions of all big or complex words from every webpage",
    "version": "0.0.1",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/dictionary16x16.png",
        "48": "images\/dictionary48x48.png",
        "128": "images\/dictionary128x128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "*:\/\/*\/*"
    ]
}