Word Definer

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

Cos'è Word Definer?

Word Definer è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Get the definitions of all big or complex words from every webpage".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Word Definer

Scarica i file di estensione Word Definer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Word Definer Word Definer
ID pebaoppkhmdljgfcepaocgdifalikhhh
URL Ufficiale https://chromewebstore.google.com/detail/word-definer/pebaoppkhmdljgfcepaocgdifalikhhh
Descrizione Get the definitions of all big or complex words from every webpage
Dimensione del File 21.79 KB
Conteggio Installazioni 54
Versione Corrente 0.0.1
Ultimo Aggiornamento 2021-11-02
Data di Pubblicazione 2021-11-02
Sviluppatore Unknown
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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:\/\/*\/*",
        "*:\/\/*\/*"
    ]
}