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"
    ]
}