One-Click Translate Selection
Simply select some text and translate from context menu
One-Click Translate Selectionคืออะไร?
One-Click Translate Selection เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Christo Tsvetanov และคุณลักษณะหลักของมันคือ "Simply select some text and translate from context menu"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย One-Click Translate Selection
ดาวน์โหลดไฟล์ส่วนขยาย One-Click Translate Selection ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Easy for using, with all the features of Google™ Translation. After installation of the extension, you will see the Options window to make the tuning. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | cioclchdhgppnbpapkicbhlhbeldplld |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/one-click-translate-selec/cioclchdhgppnbpapkicbhlhbeldplld |
| คำอธิบาย | Simply select some text and translate from context menu |
| ขนาดไฟล์ | 44.61 KB |
| จำนวนการติดตั้ง | 10,000 |
| เวอร์ชันปัจจุบัน | 3.02 |
| อัปเดตครั้งล่าสุด | 2022-12-31 |
| วันที่เผยแพร่ | 2015-07-24 |
| คะแนน | 2.95/5 รวมทั้งหมด 22 คะแนน |
| ผู้พัฒนา | Christo Tsvetanov |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "One-Click Translate Selection",
"description": "Simply select some text and translate from context menu",
"version": "3.02",
"manifest_version": 3,
"permissions": [
"contextMenus",
"storage"
],
"options_page": "options.html",
"background": {
"service_worker": "background.js",
"type": "module"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
} | |