Quick access to Translator

Quick access to Google Translate

Quick access to Translatorคืออะไร?

Quick access to Translator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://liuwanle.com และคุณลักษณะหลักของมันคือ "Quick access to Google Translate"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Quick access to Translator

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

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

                        基于 http://bbs.kafan.cn/thread-1559071-1-1.html 发布的不常驻进程轻量版本                    

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

ชื่อ Quick access to Translator Quick access to Translator
ID ibegoepejbbhepngfhhfcopelpjognfj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/quick-access-to-translato/ibegoepejbbhepngfhhfcopelpjognfj
คำอธิบาย Quick access to Google Translate
ขนาดไฟล์ 10.67 KB
จำนวนการติดตั้ง 58
เวอร์ชันปัจจุบัน 3.1.3
อัปเดตครั้งล่าสุด 2018-09-20
วันที่เผยแพร่ 2018-09-19
ผู้พัฒนา https://liuwanle.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_title": "Open Translator"
    },
    "description": "Quick access to Google Translate",
    "homepage_url": "http:\/\/bbs.kafan.cn\/thread-1559071-1-1.html",
    "icons": {
        "128": "icon128.png"
    },
    "manifest_version": 2,
    "name": "Quick access to Translator",
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "3.1.3"
}