Translator
Right Click to translate selected text using Google Translate
Translatorคืออะไร?
Translator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jofen และคุณลักษณะหลักของมันคือ "Right Click to translate selected text using Google Translate"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Translator
ดาวน์โหลดไฟล์ส่วนขยาย Translator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Translate selected text or full page A handy tool to translate selected text or the full active page into your choice of languages. Customize your favorites languages. How to translate text: Select required text on any web page and right click to select "Translate Selected. How to translate full page: Right click and select "Translate Full Page"
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Translator |
ID | condlopdddofpgcdjfnoepbdkcgckmgb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/translator/condlopdddofpgcdjfnoepbdkcgckmgb |
คำอธิบาย | Right Click to translate selected text using Google Translate |
ขนาดไฟล์ | 22.66 KB |
จำนวนการติดตั้ง | 133,761 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2019-06-26 |
วันที่เผยแพร่ | 2019-06-25 |
คะแนน | 3.91/5 รวมทั้งหมด 32 คะแนน |
ผู้พัฒนา | Jofen |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Translator", "description": "Right Click to translate selected text using Google Translate", "version": "1.0", "manifest_version": 2, "background": { "scripts": [ "js\/common.js", "js\/background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html" }, "options_ui": { "page": "options.html", "open_in_tab": false, "chrome_style": true }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "tabs", "activeTab", "contextMenus", "storage" ] } |