azerdict translate

Translate just by clicking right button of your mouse on a selected text

O que é azerdict translate?

azerdict translate é uma extensão do Chrome desenvolvida por https://azerdict.com, e sua principal característica é "Translate just by clicking right button of your mouse on a selected text".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão azerdict translate

Baixe arquivos de extensão azerdict translate 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

                                            

Informações Básicas da Extensão

Nome azerdict translate azerdict translate
ID cmejnhocibjplgciikcpnbhopfinjcea
URL Oficial https://chromewebstore.google.com/detail/azerdict-translate/cmejnhocibjplgciikcpnbhopfinjcea
Descrição Translate just by clicking right button of your mouse on a selected text
Tamanho do Arquivo 5.47 KB
Contagem de Instalações 19
Versão Atual 1.1.0
Última Atualização 2015-09-04
Data de Publicação 2015-09-03
Desenvolvedor https://azerdict.com
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "default_locale": "en",
    "minimum_chrome_version": "6.0.0.0",
    "homepage_url": "http:\/\/azerdict.com",
    "offline_enabled": false,
    "version": "1.1.0",
    "page_action": {
        "default_icon": "azerdict-icon-little.png",
        "default_title": "__MSG_extTitle__"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "__MSG_extDesc__",
    "name": "__MSG_extName__",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "48": "azerdict-icon-little.png",
        "16": "azerdict-icon-little.png"
    },
    "manifest_version": 2
}