Zaqwes Translate
The simplest intext translator (Google Translate). Just select peace of text and open context menu.
Zaqwes Translateคืออะไร?
Zaqwes Translate เป็นส่วนขยายของ Chrome ที่พัฒนาโดย vda และคุณลักษณะหลักของมันคือ "The simplest intext translator (Google Translate). Just select peace of text and open context menu."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Zaqwes Translate
ดาวน์โหลดไฟล์ส่วนขยาย Zaqwes Translate ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The simplest intext translator. Just select peace of text and open context menu. You can customize translated text color, your native and learning language in a extension config page. Changes v 0.3.3: - added "remove translation" button
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | egebhoednokcgohihigbkojpfgofdhak |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/zaqwes-translate/egebhoednokcgohihigbkojpfgofdhak |
คำอธิบาย | The simplest intext translator (Google Translate). Just select peace of text and open context menu. |
ขนาดไฟล์ | 39.56 KB |
จำนวนการติดตั้ง | 14 |
เวอร์ชันปัจจุบัน | 0.3.3 |
อัปเดตครั้งล่าสุด | 2014-08-15 |
วันที่เผยแพร่ | 2014-08-15 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | vda |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Zaqwes Translate", "description": "The simplest intext translator (Google Translate). Just select peace of text and open context menu.", "version": "0.3.3", "permissions": [ "contextMenus", "storage" ], "background": { "scripts": [ "background.js" ] }, "icons": { "16": "icon_16.png", "19": "icon_19.png", "38": "icon_38.png", "48": "icon_48.png", "128": "icon_128.png" }, "options_page": "options.html", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "exclude_matches": [ "http:\/\/*\/*.jpg", "http:\/\/*\/*.png" ], "js": [ "zaqwes-translate-pageScript.js" ] } ], "manifest_version": 2 } |