LEO Translator

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

Cos'è LEO Translator?

LEO Translator è un'estensione di Chrome sviluppata da https://www.timodenk.com, e la sua funzione principale è "This extension allows you to show the LEO translation of selected text on any website by simply rightcklicking it.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione LEO Translator

Scarica i file di estensione LEO Translator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome LEO Translator LEO Translator
ID keabcchkbodcioapmkmfbkfcjgjblcao
URL Ufficiale https://chromewebstore.google.com/detail/leo-translator/keabcchkbodcioapmkmfbkfcjgjblcao
Descrizione This extension allows you to show the LEO translation of selected text on any website by simply rightcklicking it.
Dimensione del File 53.91 KB
Conteggio Installazioni 498
Versione Corrente 1.0
Ultimo Aggiornamento 2016-07-09
Data di Pubblicazione 2016-07-09
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore https://www.timodenk.com
Tipo di Pagamento free
Lingue Supportate 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"
        ]
    }
}