A Dict

Look up a word definition in Macmillan English Dictionary.

O que é A Dict?

A Dict é uma extensão do Chrome desenvolvida por DNK Software, e sua principal característica é "Look up a word definition in Macmillan English Dictionary.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão A Dict

Baixe arquivos de extensão A Dict no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome A Dict A Dict
ID clfjklmdnfnopgdaoapemolbpdbmllba
URL Oficial https://chromewebstore.google.com/detail/a-dict/clfjklmdnfnopgdaoapemolbpdbmllba
Descrição Look up a word definition in Macmillan English Dictionary.
Tamanho do Arquivo 31.08 KB
Contagem de Instalações 203
Versão Atual 1.0.6
Última Atualização 2015-12-08
Data de Publicação 2015-12-08
Classificação 3.40/5 Total de 5 Avaliações
Desenvolvedor DNK Software
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}