Yandex Translate

Installs a context menu item to translate selected text using Yandex Translate service.

Co je Yandex Translate?

Yandex Translate je rozšíření Chrome vyvinuté Mikhail Fursov, a jeho hlavní funkcí je „Installs a context menu item to translate selected text using Yandex Translate service.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Yandex Translate

Stáhněte si soubory rozšíření Yandex Translate 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í

                        Select any text on the page, open context menu and click "Translate with Yandex" button.
A new tab will be opened with the selected text translated                    

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

Název Yandex Translate Yandex Translate
ID icpmbhohkmnbobaibikffolbgmijomjn
Oficiální URL https://chromewebstore.google.com/detail/yandex-translate/icpmbhohkmnbobaibikffolbgmijomjn
Popis Installs a context menu item to translate selected text using Yandex Translate service.
Velikost souboru 13.7 KB
Počet instalací 10,000
Aktuální Verze 1.1.3
Poslední Aktualizace 2021-07-30
Datum Vydání 2016-01-25
Hodnocení 3.57/5 Celkem 35 Hodnocení
Vývojář Mikhail Fursov
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/mfursov/yandex-translate
Podporované Jazyky en
manifest.json
{
    "description": "Installs a context menu item to translate selected text using Yandex Translate service.",
    "background": {
        "page": "background.htm",
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "tr_16.png",
        "48": "tr_48.png",
        "128": "tr_128.png"
    },
    "manifest_version": 2,
    "name": "Yandex Translate",
    "permissions": [
        "contextMenus"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.3"
}