A Dict

Look up a word definition in Macmillan English Dictionary.

Cos'è A Dict?

A Dict è un'estensione di Chrome sviluppata da DNK Software, e la sua funzione principale è "Look up a word definition in Macmillan English Dictionary.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione A Dict

Scarica i file di estensione A Dict 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

                        Ever stumbled upon a word you are not sure about while reading a blog post or article? What about getting the word pronunciation, word forms, synonyms, and related phrases in one click?

A Dict powered by the amazing Macmillan English Dictionary ™ gives you just that and a bit more. Just right click on a word in question and choose the appropriate menu item or highlight the word and press Alt+S.                    

Informazioni di Base sull'Estensione

Nome A Dict A Dict
ID clfjklmdnfnopgdaoapemolbpdbmllba
URL Ufficiale https://chromewebstore.google.com/detail/a-dict/clfjklmdnfnopgdaoapemolbpdbmllba
Descrizione Look up a word definition in Macmillan English Dictionary.
Dimensione del File 31.08 KB
Conteggio Installazioni 203
Versione Corrente 1.0.6
Ultimo Aggiornamento 2015-12-08
Data di Pubblicazione 2015-12-08
Valutazione 3.40/5 Totale 5 Valutazioni
Sviluppatore DNK Software
Tipo di Pagamento free
Lingue Supportate en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extension_name__",
    "version": "1.0.6",
    "default_locale": "en",
    "description": "__MSG_extension_description__",
    "author": "Denis Korzunov",
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "64": "logo64.png",
        "128": "logo128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*"
            ],
            "run_at": "document_idle",
            "all_frames": true,
            "js": [
                "apt.js"
            ]
        }
    ],
    "commands": {
        "search-selected-text": {
            "suggested_key": {
                "default": "Alt+S"
            },
            "description": "__MSG_hotkey_description__"
        }
    },
    "permissions": [
        "contextMenus",
        "tabs",
        ""
    ],
    "web_accessible_resources": [
        "style.css",
        "style.js",
        "mlogo16.png"
    ]
}