YaTranslate

Quick translator based on Yandex API. Just double click on word you need to translate!

YaTranslateとは何ですか?

YaTranslateはhttps://mkuzmich.comによって開発されたChromeの拡張機能で、その主な機能は「Quick translator based on Yandex API. Just double click on word you need to translate!」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

YaTranslate拡張機能のCRXファイルをダウンロード

YaTranslate拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        SORRY, TEMPORARILY DOES NOT WORK PROPERLY

This extension you can use to quickly translate word or few of them, while reading text or browsing web-pages. 
So you dont need to waste your time, going to translator.                    

拡張機能の基本情報

名前 YaTranslate YaTranslate
ID mipiaidhdjhimdolljpkcgbmpfincccf
公式URL https://chromewebstore.google.com/detail/yatranslate/mipiaidhdjhimdolljpkcgbmpfincccf
説明 Quick translator based on Yandex API. Just double click on word you need to translate!
ファイルサイズ 48.71 KB
インストール数 147
現在のバージョン 1.0.0
最終更新日 2018-01-25
公開日 2018-01-24
評価 3.40/5 合計 5 レビュー
開発者 https://mkuzmich.com
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YaTranslate",
    "version": "1.0.0",
    "description": "Quick translator based on Yandex API. Just double click on word you need to translate!",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "content.js"
            ],
            "css": [
                "css\/content.css"
            ],
            "matches": [
                ""
            ],
            "all_frames": true
        }
    ],
    "author": "http:\/\/mkuzmich.com",
    "icons": {
        "16": "img\/16.png",
        "64": "img\/64.png",
        "128": "img\/128.png"
    },
    "manifest_version": 2,
    "options_page": "options.html",
    "permissions": [
        "storage",
        "tabs",
        "contextMenus"
    ]
}