LEO Translator

This extension allows you to show the LEO translation of selected text on any website by simply rightcklicking it.

O que é LEO Translator?

LEO Translator é uma extensão do Chrome desenvolvida por https://www.timodenk.com, e sua principal característica é "This extension allows you to show the LEO translation of selected text on any website by simply rightcklicking it.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão LEO Translator

Baixe arquivos de extensão LEO Translator 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

                        This Chrome extension adds an entry to the right-click menu of any text on any website. Clicking this new row opens the translation service LEO (http://www.leo.org/) in a new tab and shows the translation of the selected text.                    

Informações Básicas da Extensão

Nome LEO Translator LEO Translator
ID keabcchkbodcioapmkmfbkfcjgjblcao
URL Oficial https://chromewebstore.google.com/detail/leo-translator/keabcchkbodcioapmkmfbkfcjgjblcao
Descrição This extension allows you to show the LEO translation of selected text on any website by simply rightcklicking it.
Tamanho do Arquivo 53.91 KB
Contagem de Instalações 498
Versão Atual 1.0
Última Atualização 2016-07-09
Data de Publicação 2016-07-09
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor https://www.timodenk.com
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LEO Translator",
    "description": "This extension allows you to show the LEO translation of selected text on any website by simply rightcklicking it.",
    "version": "1.0",
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}