Dictionary.net Extension

Lookup definitions from Dictionary.net - free online dictionary website.

Cos'è Dictionary.net Extension?

Dictionary.net Extension è un'estensione di Chrome sviluppata da https://www.dictionary.net, e la sua funzione principale è "Lookup definitions from Dictionary.net - free online dictionary website.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Dictionary.net Extension

Scarica i file di estensione Dictionary.net Extension 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

                        Lookup definitions from Dictionary.net - free online dictionary website.

Just highlight the necessary word in your browser, right-click on it and then choose the "Lookup in Dictionary.net" option in menu. You will be redirected to the appropriate page on Dictionary.net with dictionary definitions for this word, along with pronunciation, antonyms, quotes, rhymes, usage examples and other helpful information.                    

Informazioni di Base sull'Estensione

Nome Dictionary.net Extension Dictionary.net Extension
ID pmgahbdihjhjdgnpnapldpddkodhhchn
URL Ufficiale https://chromewebstore.google.com/detail/dictionarynet-extension/pmgahbdihjhjdgnpnapldpddkodhhchn
Descrizione Lookup definitions from Dictionary.net - free online dictionary website.
Dimensione del File 26.84 KB
Conteggio Installazioni 1,377
Versione Corrente 0.2
Ultimo Aggiornamento 2015-07-21
Data di Pubblicazione 2015-07-21
Valutazione 3.00/5 Totale 3 Valutazioni
Sviluppatore https://www.dictionary.net
Tipo di Pagamento free
Sito Web dell'Estensione http://www.dictionary.net
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dictionary.net Extension",
    "description": "Lookup definitions from Dictionary.net - free online dictionary website.",
    "version": "0.2",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "homepage_url": "http:\/\/www.dictionary.net",
    "author": "DomainOptions.net",
    "permissions": [
        "contextMenus"
    ],
    "short_name": "Dictionary.net",
    "background": {
        "scripts": [
            "main.js"
        ]
    },
    "manifest_version": 2
}