Translate

划词,英译汉

Translate란 무엇입니까?

Translate은(는) Tobin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "划词,英译汉"입니다.

확장 프로그램 스크린샷

screenshot

Translate 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        划词,英译汉
fork from https://github.com/ververcpp/ChaZD                    

확장 프로그램 기본 정보

이름 Translate Translate
ID gjecifjlnonophalblkfhkhfammonacl
공식 URL https://chrome.google.com/webstore/detail/translate/gjecifjlnonophalblkfhkhfammonacl
설명 划词,英译汉
파일 크기 53 KB
설치 횟수 117
현재 버전 1.0.0
최근 업데이트 2019-08-31
출시 날짜 2019-08-31
평점 4.00/5 총 1 개의 평점
개발자 Tobin
이메일 [email protected]
결제 유형 free
지원되는 언어 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Translate",
    "version": "1.0.0",
    "description": "\u5212\u8bcd\uff0c\u82f1\u8bd1\u6c49",
    "permissions": [
        "https:\/\/dict.youdao.com\/*",
        "https:\/\/fanyi.youdao.com\/*",
        "http:\/\/dict.youdao.com\/*",
        "http:\/\/fanyi.youdao.com\/*",
        "http:\/\/dict.xyuu.com.cn\/*",
        "http:\/\/*.shanbay.com\/*",
        "contextMenus",
        "tabs",
        "storage",
        "notifications"
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "public\/js\/utility.min.js",
            "public\/js\/background.min.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "public\/css\/inPage.min.css"
            ],
            "js": [
                "public\/js\/utility.min.js",
                "public\/js\/selection.min.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icons\/icon16.png"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "MacCtrl+Shift+F"
            }
        }
    }
}