Translate with Translatium
Select text with your mouse and translate with just one click (Translatium desktop app required).
Translate with Translatiumคืออะไร?
Translate with Translatium เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://translatium.app และคุณลักษณะหลักของมันคือ "Select text with your mouse and translate with just one click (Translatium desktop app required)."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Translate with Translatium
ดาวน์โหลดไฟล์ส่วนขยาย Translate with Translatium ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Select text with your mouse and translate with just one click (Translatium desktop app required). --- Extends the Translatium app on your Mac, Windows PC or Linux, so you can select text with your mouse and translate with just one click. ⚠️ The Translatium extension requires the Translatium app for Mac, Windows or Linux: https://translatium.app If you have the Translatium app on your Mac, Windows PC or Linux, install this extension to translate selected text quickly.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Translate with Translatium |
ID | gfdkaaldlffejeafbpoimbnabjlbpfgl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/translate-with-translatiu/gfdkaaldlffejeafbpoimbnabjlbpfgl |
คำอธิบาย | Select text with your mouse and translate with just one click (Translatium desktop app required). |
ขนาดไฟล์ | 36.54 KB |
จำนวนการติดตั้ง | 6,200 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2022-11-20 |
วันที่เผยแพร่ | 2021-05-17 |
คะแนน | 4.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | https://translatium.app |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://translatium.app/ |
URL หน้าช่วยเหลือ | https://translatium.app/help/ |
URL หน้านโยบายความเป็นส่วนตัว | https://about.webcatalog.io/privacy |
ภาษาที่รองรับ | en,vi,it |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "description": "__MSG_extDesc__", "version": "1.2", "manifest_version": 2, "default_locale": "en", "background": { "scripts": [ "background.js" ] }, "permissions": [ "contextMenus" ], "icons": { "16": "icon-16.png", "24": "icon-24.png", "32": "icon-32.png", "48": "icon-48.png", "96": "icon-96.png", "128": "icon-128.png" } } |