划词翻译

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

Qu'est-ce que 划词翻译 ?

划词翻译 est une extension Chrome développée par unknown, et sa fonction principale est "划词翻译(可划长句),使用Baidu提供API,多语言支持,终身免费。".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension 划词翻译

Téléchargez les fichiers d'extension 划词翻译 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom 划词翻译 划词翻译
ID hkjafmjeochlepgldkncjipkjdhpipbj
URL Officiel https://chromewebstore.google.com/detail/%E5%88%92%E8%AF%8D%E7%BF%BB%E8%AF%91/hkjafmjeochlepgldkncjipkjdhpipbj
Description 划词翻译(可划长句),使用Baidu提供API,多语言支持,终身免费。
Taille du Fichier 76.29 KB
Nombre d'Installations 2,578
Version Actuelle 1.7.2
Dernière Mise à Jour 2017-09-26
Date de Publication 2017-09-26
Évaluation 4.26/5 Total 62 Évaluations
Développeur unknown
Type de Paiement free
Langues Prises en Charge 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
        }
    ]
}