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