Yandex Translate

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

什么是Yandex Translate?

Yandex Translate是由Mikhail Fursov开发的Chrome扩展程序,该扩展的主要功能是“Installs a context menu item to translate selected text using Yandex Translate service.”。

扩展截图

screenshot

下载Yandex Translate扩展crx文件

下载Yandex Translate扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Yandex Translate Yandex Translate
ID icpmbhohkmnbobaibikffolbgmijomjn
官方URL https://chromewebstore.google.com/detail/yandex-translate/icpmbhohkmnbobaibikffolbgmijomjn
简介 Installs a context menu item to translate selected text using Yandex Translate service.
文件大小 13.7 KB
安装次数 10,000
当前版本 1.1.3
更新时间 2021-07-30
上架时间 2016-01-25
评分 3.57/5 共35次评分
开发者 Mikhail Fursov
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/mfursov/yandex-translate
支持的语言 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"
}