划词翻译

划词翻译(可划长句),使用Baidu提供API,多语言支持,终身免费。

什么是划词翻译?

划词翻译是由unknown开发的Chrome扩展程序,该扩展的主要功能是“划词翻译(可划长句),使用Baidu提供API,多语言支持,终身免费。”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载划词翻译扩展crx文件

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

扩展使用说明

                        说明:
1.点击浏览器右上角图标,开启或关闭翻译功能
2.鼠标选中文本,自动翻译内容
3.首次安装,需刷新一下页面才能生效
4.https://chrome.google.com/extensions/ 页面不支持划词翻译
5.有任何问题欢迎邮件到 [email protected]
6.多语言支持
7.可翻译成任何目标语言(选项中设置)
8.已增加开关快捷键(选项中设置)


PS:
原名Google Translate EX,因为Google官方不允许插件名带Google字样,所以改名为Translate EX
已经改为使用最新的Google接口,速度更快
本插件自2011年1月上线以来,广受好评,很感谢大家的支持.后因为长期没有维护导致app从商店下架.这次重新上架,希望仍然可以得到你们的支持(喜欢就点个赞啊亲)


Instructions:
1.turning on or off the automatic translating by clicking the icon on the top right corner of the explorer.
2.you can get any words or sentences translated by selecting them.
3.refreshing the page to activate it when installed for the first time.
4.https://chrome.google.com/extensions/ is not supportive for translating.
5.no matter any problem, your email to [email protected] is warmly welcomed.
6.being supportive for multi-language translating.
7.you can reach any target language you want by setting up in options.
8.a shortcut icon has been added, which can also being setted up in options.

PS:
As Google does not allow the plug-in with Google character, so we change the name to G Translate EX.
With the latest Google api, you will enjoy it more freely.                    

扩展基本信息

名称 划词翻译 划词翻译
ID hkjafmjeochlepgldkncjipkjdhpipbj
官方URL https://chromewebstore.google.com/detail/%E5%88%92%E8%AF%8D%E7%BF%BB%E8%AF%91/hkjafmjeochlepgldkncjipkjdhpipbj
简介 划词翻译(可划长句),使用Baidu提供API,多语言支持,终身免费。
文件大小 76.29 KB
安装次数 2,578
当前版本 1.7.2
更新时间 2017-09-26
上架时间 2017-09-26
评分 4.26/5 共62次评分
开发者 unknown
付费类型 free
支持的语言 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u5212\u8bcd\u7ffb\u8bd1",
    "version": "1.7.2",
    "manifest_version": 2,
    "description": "\u5212\u8bcd\u7ffb\u8bd1(\u53ef\u5212\u957f\u53e5),\u4f7f\u7528Baidu\u63d0\u4f9bAPI,\u591a\u8bed\u8a00\u652f\u6301,\u7ec8\u8eab\u514d\u8d39\u3002",
    "icons": {
        "16": "images\/translate-16.png",
        "32": "images\/translate-32.png",
        "48": "images\/translate-48.png",
        "72": "images\/translate-72.png",
        "96": "images\/translate-96.png",
        "128": "images\/translate-128.png"
    },
    "web_accessible_resources": [
        "images\/buttonClose.gif"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_title": "\u70b9\u51fb(\u5f00\u8d77\/\u5173\u95ed)\u7ffb\u8bd1\u529f\u80fd"
    },
    "options_page": "options.html",
    "permissions": [
        "storage",
        "*:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "contentscript.js"
            ],
            "css": [
                "GoogleTranslateEx.css"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ]
}