WebTrans

This extension helps you translate contents on any English webpage into Chinese

WebTransคืออะไร?

WebTrans เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tim-zhong และคุณลักษณะหลักของมันคือ "This extension helps you translate contents on any English webpage into Chinese"

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

screenshot

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

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

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

                        Simply select the text with your cursor and get the accurate Chinese translation in no time!                    

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

ชื่อ WebTrans WebTrans
ID hlamnpcpncjjmeicijmipaidpedgbldj
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/webtrans/hlamnpcpncjjmeicijmipaidpedgbldj
คำอธิบาย This extension helps you translate contents on any English webpage into Chinese
ขนาดไฟล์ 58.35 KB
จำนวนการติดตั้ง 36
เวอร์ชันปัจจุบัน 0.2
อัปเดตครั้งล่าสุด 2019-07-10
วันที่เผยแพร่ 2019-07-10
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา tim-zhong
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://timzhong.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WebTrans",
    "description": "This extension helps you translate contents on any English webpage into Chinese",
    "version": "0.2",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "web_accessible_resources": [
        "loading.gif"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "webtrans.css"
            ],
            "js": [
                "webtrans.js"
            ]
        }
    ]
}