划词翻译

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

What is 划词翻译?

划词翻译 is a Chrome extension developed by unknown, and its main feature is "划词翻译(可划长句),使用Baidu提供API,多语言支持,终身免费。".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download 划词翻译 Extension CRX File

Download 划词翻译 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        说明:
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.                    

Extension Basic Information

Name 划词翻译 划词翻译
ID hkjafmjeochlepgldkncjipkjdhpipbj
Official URL https://chromewebstore.google.com/detail/%E5%88%92%E8%AF%8D%E7%BF%BB%E8%AF%91/hkjafmjeochlepgldkncjipkjdhpipbj
Description 划词翻译(可划长句),使用Baidu提供API,多语言支持,终身免费。
File Size 76.29 KB
Installation Count 2,578
Current Version 1.7.2
Last Updated 2017-09-26
Publish Date 2017-09-26
Rating 4.26/5 Total 62 Ratings
Developer unknown
Payment Type free
Supported Languages 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
        }
    ]
}