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
官方網址 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"
}