Word Definer

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

Co je Word Definer?

Word Definer je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „Get the definitions of all big or complex words from every webpage“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Word Definer

Stáhněte si soubory rozšíření Word Definer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Word Definer Word Definer
ID pebaoppkhmdljgfcepaocgdifalikhhh
Oficiální URL https://chromewebstore.google.com/detail/word-definer/pebaoppkhmdljgfcepaocgdifalikhhh
Popis Get the definitions of all big or complex words from every webpage
Velikost souboru 21.79 KB
Počet instalací 54
Aktuální Verze 0.0.1
Poslední Aktualizace 2021-11-02
Datum Vydání 2021-11-02
Vývojář Unknown
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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:\/\/*\/*",
        "*:\/\/*\/*"
    ]
}