划词翻译

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

划词翻译란 무엇입니까?

划词翻译은(는) unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "划词翻译(可划长句),使用Baidu提供API,多语言支持,终身免费。"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

划词翻译 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        说明:
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
        }
    ]
}