Translate Man

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

Translate Manคืออะไร?

Translate Man เป็นส่วนขยายของ Chrome ที่พัฒนาโดย hc199421 และคุณลักษณะหลักของมันคือ "Mouse pointer translation, selected translation, support any languages, google translate api, human interface, love it"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Translate Man

ดาวน์โหลดไฟล์ส่วนขยาย Translate Man ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                                            

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 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\/*.*"
    ]
}