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
Eメール [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"
}