Translate

划词,英译汉

Translateคืออะไร?

Translate เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tobin และคุณลักษณะหลักของมันคือ "划词,英译汉"

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

screenshot

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

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

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

                        划词,英译汉
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"
            }
        }
    }
}