LEO Translator

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

Hvad er LEO Translator?

LEO Translator er en Chrome-udvidelse udviklet af https://www.timodenk.com, og dens hovedfunktion er "This extension allows you to show the LEO translation of selected text on any website by simply rightcklicking it.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download LEO Translator-udvidelses-CRX-fil

Download LEO Translator-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn LEO Translator LEO Translator
ID keabcchkbodcioapmkmfbkfcjgjblcao
Officiel URL https://chromewebstore.google.com/detail/leo-translator/keabcchkbodcioapmkmfbkfcjgjblcao
Beskrivelse This extension allows you to show the LEO translation of selected text on any website by simply rightcklicking it.
Filstørrelse 53.91 KB
Antal Installationer 498
Nuværende Version 1.0
Senest Opdateret 2016-07-09
Udgivelsesdato 2016-07-09
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler https://www.timodenk.com
Betalingsmetode free
Understøttede Sprog 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"
        ]
    }
}