Translator
Translate selected text on web page in google translate
Translatorคืออะไร?
Translator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย poqdev และคุณลักษณะหลักของมันคือ "Translate selected text on web page in google translate"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Translator
ดาวน์โหลดไฟล์ส่วนขยาย Translator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
If you are want to translate some text on web page you just can right click on this text and choose "translate" and google translate site will be opened and your phrase will be translated.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Translator |
ID | igmlicaoohkobcmkccokekdfidmbhpof |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/translator/igmlicaoohkobcmkccokekdfidmbhpof |
คำอธิบาย | Translate selected text on web page in google translate |
ขนาดไฟล์ | 108 KB |
จำนวนการติดตั้ง | 148 |
เวอร์ชันปัจจุบัน | 0.8.1 |
อัปเดตครั้งล่าสุด | 2020-05-02 |
วันที่เผยแพร่ | 2020-05-01 |
ผู้พัฒนา | poqdev |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://poqdev.com/privacity |
ภาษาที่รองรับ | en,ca,es,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Translator", "description": "Translate selected text on web page in google translate", "version": "0.8.1", "permissions": [ "contextMenus", "storage", "notifications" ], "icons": { "16": "icons\/translate-16.png", "32": "icons\/translate-32.png", "64": "icons\/translate-64.png", "128": "icons\/translate-128.png", "256": "icons\/translate-256.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "options_page": "options.html", "options_ui": { "page": "options.html", "chrome_style": true }, "default_locale": "en" } |