LEO Translator

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

Wat is LEO Translator?

LEO Translator is een Chrome-extensie ontwikkeld door https://www.timodenk.com, en de belangrijkste functie is "This extension allows you to show the LEO translation of selected text on any website by simply rightcklicking it.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie LEO Translator

Download LEO Translator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam LEO Translator LEO Translator
ID keabcchkbodcioapmkmfbkfcjgjblcao
Officiële URL https://chromewebstore.google.com/detail/leo-translator/keabcchkbodcioapmkmfbkfcjgjblcao
Beschrijving This extension allows you to show the LEO translation of selected text on any website by simply rightcklicking it.
Bestandsgrootte 53.91 KB
Aantal Installaties 498
Huidige Versie 1.0
Laatst Bijgewerkt 2016-07-09
Publicatiedatum 2016-07-09
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar https://www.timodenk.com
Betalingswijze free
Ondersteunde Talen 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"
        ]
    }
}