LEO Translator

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

Co to jest LEO Translator?

LEO Translator to rozszerzenie Chrome opracowane przez https://www.timodenk.com, a jego główną funkcją jest „This extension allows you to show the LEO translation of selected text on any website by simply rightcklicking it.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia LEO Translator

Pobierz pliki rozszerzeń LEO Translator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa LEO Translator LEO Translator
ID keabcchkbodcioapmkmfbkfcjgjblcao
Oficjalny URL https://chromewebstore.google.com/detail/leo-translator/keabcchkbodcioapmkmfbkfcjgjblcao
Opis This extension allows you to show the LEO translation of selected text on any website by simply rightcklicking it.
Rozmiar pliku 53.91 KB
Liczba instalacji 498
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2016-07-09
Data Publikacji 2016-07-09
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper https://www.timodenk.com
Typ Płatności free
Obsługiwane Języki 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"
        ]
    }
}