Translate Man

Mouse pointer translation, selected translation, support any languages, google translate api, human interface, love it

Translate Man란 무엇입니까?

Translate Man은(는) hc199421에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Mouse pointer translation, selected translation, support any languages, google translate api, human interface, love it"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                                            

확장 프로그램 기본 정보

이름 Translate Man Translate Man
ID nhekmbdnmcjlfiboncigobdbigchipln
공식 URL https://chromewebstore.google.com/detail/translate-man/nhekmbdnmcjlfiboncigobdbigchipln
설명 Mouse pointer translation, selected translation, support any languages, google translate api, human interface, love it
파일 크기 364 KB
설치 횟수 55
현재 버전 3.0.18
최근 업데이트 2019-02-16
출시 날짜 2019-02-12
개발자 hc199421
이메일 [email protected]
결제 유형 free
지원되는 언어 en,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "minimum_chrome_version": "42",
    "name": "__MSG_app_name__",
    "version": "3.0.18",
    "author": "magic-fe",
    "description": "__MSG_app_description__",
    "default_locale": "en",
    "icons": {
        "16": "icons\/icons16.png",
        "19": "icons\/icons19.png",
        "38": "icons\/icons38.png",
        "48": "icons\/icons48.png",
        "96": "icons\/icons96.png",
        "128": "icons\/icons128.png",
        "192": "icons\/icons192.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icons16.png",
            "19": "icons\/icons19.png",
            "38": "icons\/icons38.png",
            "48": "icons\/icons48.png",
            "96": "icons\/icons96.png",
            "128": "icons\/icons128.png",
            "192": "icons\/icons192.png"
        },
        "default_title": "__MSG_app_name__",
        "default_popup": "popup.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Q",
                "mac": "MacCtrl+Q"
            },
            "description": "Opens popup.html"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "css": [
                "css\/style.css"
            ],
            "js": [
                "js\/popup.js"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "https:\/\/translate.google.com\/",
        "https:\/\/translate.google.cn\/"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "static\/*.*"
    ]
}