Yandex Translate

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

What is Yandex Translate?

Yandex Translate is a Chrome extension developed by Mikhail Fursov, and its main feature is "Installs a context menu item to translate selected text using Yandex Translate service.".

Extension Screenshots

screenshot

Download Yandex Translate Extension CRX File

Download Yandex Translate extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Yandex Translate Yandex Translate
ID icpmbhohkmnbobaibikffolbgmijomjn
Official URL https://chromewebstore.google.com/detail/yandex-translate/icpmbhohkmnbobaibikffolbgmijomjn
Description Installs a context menu item to translate selected text using Yandex Translate service.
File Size 13.7 KB
Installation Count 10,000
Current Version 1.1.3
Last Updated 2021-07-30
Publish Date 2016-01-25
Rating 3.57/5 Total 35 Ratings
Developer Mikhail Fursov
Email [email protected]
Payment Type free
Extension Website https://github.com/mfursov/yandex-translate
Supported Languages 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"
}