Leo Inline Translator

Get Leo.de's definition of your highlighted word without leaving the page

O que é Leo Inline Translator?

Leo Inline Translator é uma extensão do Chrome desenvolvida por billy.rennekamp, e sua principal característica é "Get Leo.de's definition of your highlighted word without leaving the page".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Leo Inline Translator

Baixe arquivos de extensão Leo Inline 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

                                            

Informações Básicas da Extensão

Nome Leo Inline Translator Leo Inline Translator
ID phhdeemmniimokjdhbigjahnmgebneik
URL Oficial https://chrome.google.com/webstore/detail/leo-inline-translator/phhdeemmniimokjdhbigjahnmgebneik
Descrição Get Leo.de's definition of your highlighted word without leaving the page
Tamanho do Arquivo 139 KB
Contagem de Instalações 137
Versão Atual 1.12
Última Atualização 2015-12-27
Data de Publicação 2015-12-27
Classificação 2.20/5 Total de 5 Avaliações
Desenvolvedor billy.rennekamp
Tipo de Pagamento free
Site da Extensão http://dict.leo.org
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Leo Inline Translator",
    "description": "Get Leo.de's definition of your highlighted word without leaving the page",
    "version": "1.12",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "pickle.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "pickle.js"
            ]
        }
    ],
    "background": {
        "persistant": false,
        "scripts": [
            "build.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "http:\/\/fonts.googleapis.com\/",
        "https:\/\/fonts.googleapis.com\/",
        "https:\/\/ajax.googleapis.com\/",
        "contextMenus"
    ]
}