LEO Translator

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

¿Qué es LEO Translator?

LEO Translator es una extensión de Chrome desarrollada por https://www.timodenk.com, y su función principal es "This extension allows you to show the LEO translation of selected text on any website by simply rightcklicking it.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión LEO Translator

Descarga archivos de extensión LEO Translator en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre LEO Translator LEO Translator
ID keabcchkbodcioapmkmfbkfcjgjblcao
URL Oficial https://chromewebstore.google.com/detail/leo-translator/keabcchkbodcioapmkmfbkfcjgjblcao
Descripción This extension allows you to show the LEO translation of selected text on any website by simply rightcklicking it.
Tamaño del Archivo 53.91 KB
Cantidad de Instalaciones 498
Versión Actual 1.0
Última Actualización 2016-07-09
Fecha de Publicación 2016-07-09
Calificación 5.00/5 Total de 3 Calificaciones
Desarrollador https://www.timodenk.com
Tipo de Pago free
Idiomas Soportados 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"
        ]
    }
}