划词翻译

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

¿Qué es 划词翻译?

划词翻译 es una extensión de Chrome desarrollada por unknown, y su función principal es "划词翻译(可划长句),使用Baidu提供API,多语言支持,终身免费。".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión 划词翻译

Descarga archivos de extensión 划词翻译 en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre 划词翻译 划词翻译
ID hkjafmjeochlepgldkncjipkjdhpipbj
URL Oficial https://chromewebstore.google.com/detail/%E5%88%92%E8%AF%8D%E7%BF%BB%E8%AF%91/hkjafmjeochlepgldkncjipkjdhpipbj
Descripción 划词翻译(可划长句),使用Baidu提供API,多语言支持,终身免费。
Tamaño del Archivo 76.29 KB
Cantidad de Instalaciones 2,578
Versión Actual 1.7.2
Última Actualización 2017-09-26
Fecha de Publicación 2017-09-26
Calificación 4.26/5 Total de 62 Calificaciones
Desarrollador unknown
Tipo de Pago free
Idiomas Soportados 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
        }
    ]
}