Click Translate

Right click to translate any word quickly and easily.

什么是Click Translate?

Click Translate是由David Pimentel开发的Chrome扩展程序,该扩展的主要功能是“Right click to translate any word quickly and easily.”。

扩展截图

screenshot

下载Click Translate扩展crx文件

下载Click Translate扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                                            

扩展基本信息

名称 Click Translate Click Translate
ID oejnidpeffnbdfgienfmebepolhicmgh
官方URL https://chromewebstore.google.com/detail/click-translate/oejnidpeffnbdfgienfmebepolhicmgh
简介 Right click to translate any word quickly and easily.
文件大小 165 KB
安装次数 1,048
当前版本 1.0
更新时间 2014-01-12
上架时间 2014-01-12
评分 1.75/5 共4次评分
开发者 David Pimentel
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Click Translate",
    "version": "1.0",
    "description": "Right click to translate any word quickly and easily.",
    "manifest_version": 2,
    "permissions": [
        "",
        "contextMenus",
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/translate.css"
            ],
            "js": [
                "js\/jquery-1.8.1.min.js",
                "js\/jquery-ui-1.8.24.custom.min.js",
                "js\/common.js",
                "js\/contentscript.js"
            ]
        }
    ],
    "options_page": "\/options.html",
    "background": {
        "page": "\/background.html"
    },
    "icons": {
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    }
}