LEO Translator

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

Qu'est-ce que LEO Translator ?

LEO Translator est une extension Chrome développée par https://www.timodenk.com, et sa fonction principale est "This extension allows you to show the LEO translation of selected text on any website by simply rightcklicking it.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension LEO Translator

Téléchargez les fichiers d'extension LEO Translator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom LEO Translator LEO Translator
ID keabcchkbodcioapmkmfbkfcjgjblcao
URL Officiel https://chromewebstore.google.com/detail/leo-translator/keabcchkbodcioapmkmfbkfcjgjblcao
Description This extension allows you to show the LEO translation of selected text on any website by simply rightcklicking it.
Taille du Fichier 53.91 KB
Nombre d'Installations 498
Version Actuelle 1.0
Dernière Mise à Jour 2016-07-09
Date de Publication 2016-07-09
Évaluation 5.00/5 Total 3 Évaluations
Développeur https://www.timodenk.com
Type de Paiement free
Langues Prises en Charge 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"
        ]
    }
}