simple translate - google网页翻译

google网页翻译

simple translate - google网页翻译คืออะไร?

simple translate - google网页翻译 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย xxxxst และคุณลักษณะหลักของมันคือ "google网页翻译"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย simple translate - google网页翻译

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

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

                        simple translate - google网页翻译

在新标签页中打开google网页翻译界面:https://translate.google.com/translate?...

source code
https://github.com/xxxxst/chromeExtensionSimpleTranslate                    

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

ชื่อ simple translate - google网页翻译 simple translate - google网页翻译
ID jnnifhpbkkodhfneckeloephjcopmlcd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/simple-translate-google%E7%BD%91%E9%A1%B5/jnnifhpbkkodhfneckeloephjcopmlcd
คำอธิบาย google网页翻译
ขนาดไฟล์ 12.62 KB
จำนวนการติดตั้ง 3,000
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2018-12-11
วันที่เผยแพร่ 2018-12-10
คะแนน 3.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา xxxxst
ประเภทการชำระเงิน free
ภาษาที่รองรับ zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "simple translate - google\u7f51\u9875\u7ffb\u8bd1",
    "version": "1.0.2",
    "manifest_version": 2,
    "description": "google\u7f51\u9875\u7ffb\u8bd1",
    "background": {
        "scripts": [
            "popup.js"
        ]
    },
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon24.png",
        "": ""
    },
    "permissions": [
        "tabs"
    ]
}