LEO Translator

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

Co je LEO Translator?

LEO Translator je rozšíření Chrome vyvinuté https://www.timodenk.com, a jeho hlavní funkcí je „This extension allows you to show the LEO translation of selected text on any website by simply rightcklicking it.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření LEO Translator

Stáhněte si soubory rozšíření LEO Translator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název LEO Translator LEO Translator
ID keabcchkbodcioapmkmfbkfcjgjblcao
Oficiální URL https://chromewebstore.google.com/detail/leo-translator/keabcchkbodcioapmkmfbkfcjgjblcao
Popis This extension allows you to show the LEO translation of selected text on any website by simply rightcklicking it.
Velikost souboru 53.91 KB
Počet instalací 498
Aktuální Verze 1.0
Poslední Aktualizace 2016-07-09
Datum Vydání 2016-07-09
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář https://www.timodenk.com
Typ Platby free
Podporované Jazyky 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"
        ]
    }
}