Zaqwes Translate

The simplest intext translator (Google Translate). Just select peace of text and open context menu.

什么是Zaqwes Translate?

Zaqwes Translate是由vda开发的Chrome扩展程序,该扩展的主要功能是“The simplest intext translator (Google Translate). Just select peace of text and open context menu.”。

扩展截图

screenshot
screenshot

下载Zaqwes Translate扩展crx文件

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

扩展使用说明

                        The simplest intext translator. Just select peace of text and open context menu.

You can customize translated text color, your native and learning language in a extension config page.

Changes

v 0.3.3:
 - added "remove translation" button                    

扩展基本信息

名称 Zaqwes Translate Zaqwes Translate
ID egebhoednokcgohihigbkojpfgofdhak
官方URL https://chrome.google.com/webstore/detail/zaqwes-translate/egebhoednokcgohihigbkojpfgofdhak
简介 The simplest intext translator (Google Translate). Just select peace of text and open context menu.
文件大小 39.56 KB
安装次数 14
当前版本 0.3.3
更新时间 2014-08-15
上架时间 2014-08-15
评分 5.00/5 共3次评分
开发者 vda
付费类型 free
支持的语言 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Zaqwes Translate",
    "description": "The simplest intext translator (Google Translate). Just select peace of text and open context menu.",
    "version": "0.3.3",
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon_16.png",
        "19": "icon_19.png",
        "38": "icon_38.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "http:\/\/*\/*.jpg",
                "http:\/\/*\/*.png"
            ],
            "js": [
                "zaqwes-translate-pageScript.js"
            ]
        }
    ],
    "manifest_version": 2
}