WordWeb Dictionary Lookup

One-click lookup with WordWeb (wordweb.info, Windows only)

Cos'è WordWeb Dictionary Lookup?

WordWeb Dictionary Lookup è un'estensione di Chrome sviluppata da https://wordweb.info, e la sua funzione principale è "One-click lookup with WordWeb (wordweb.info, Windows only)".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione WordWeb Dictionary Lookup

Scarica i file di estensione WordWeb Dictionary Lookup 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

                        Enables one-click dictionary/thesaurus look up:

 * Ctrl+Right Click on a word on any page to look it up in WordWeb

 * Toolbar icon to open WordWeb with selected text, or look up word at the cursor in a edit box

 * Ctrl+Alt+W to open WordWeb with selected text, or active word in edit box

 * If you are editing text, you can use the Replace button in WordWeb to replace the word with a synonym or corrected spelling

Note that WordWeb or WordWeb Pro  8.1 or higher for Windows must be installed (default option).  WordWeb is available separately from http://wordweb.info, free or Pro versions.                    

Informazioni di Base sull'Estensione

Nome WordWeb Dictionary Lookup WordWeb Dictionary Lookup
ID ilikenhndcpmliapkmmhoimckaokmihm
URL Ufficiale https://chromewebstore.google.com/detail/wordweb-dictionary-lookup/ilikenhndcpmliapkmmhoimckaokmihm
Descrizione One-click lookup with WordWeb (wordweb.info, Windows only)
Dimensione del File 23.55 KB
Conteggio Installazioni 47,121
Versione Corrente 0.0.1.6
Ultimo Aggiornamento 2017-05-08
Data di Pubblicazione 2017-05-08
Valutazione 4.74/5 Totale 50 Valutazioni
Sviluppatore https://wordweb.info
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy http://www.wordwebsoftware.com/privacy.html
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WordWeb Dictionary Lookup",
    "short_name": "WordWeb",
    "version": "0.0.1.6",
    "manifest_version": 2,
    "description": "One-click lookup with WordWeb (wordweb.info, Windows only)",
    "icons": {
        "24": "images\/24.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "author": "WordWeb Software",
    "homepage_url": "http:\/\/wordweb.info\/",
    "browser_action": {
        "default_title": "WordWeb"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "backgroundscript.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentscript.js"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "nativeMessaging",
        "activeTab",
        "tabs"
    ]
}