Trance Translate
Trance is a easy minimalist translator
Trance Translateคืออะไร?
Trance Translate เป็นส่วนขยายของ Chrome ที่พัฒนาโดย raingart และคุณลักษณะหลักของมันคือ "Trance is a easy minimalist translator"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Trance Translate
ดาวน์โหลดไฟล์ส่วนขยาย Trance Translate ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Trance - is an extension of the simple lite translator for your browser. Open-source, simple, no malware, no ads, for personal use.
available opportunities:
1) Select the text you want to translate (context menu or panel icon).
2) translation of entered words, sentence.
3) speak the voice of the translated text.
I hope you enjoyed this extension. Please leave an honest rating you think this extension deserves. Or better make a donation;). It is important for me to hear your opinion, it gives me the feeling that all the efforts were not in vain. I really appreciate it.
Also, if you have the time and desire, go to the Github project page where you can improve the code slightly.
I am very grateful to everyone who responds! ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | fnhpjnlhllbbpfaapjfcpbbninjigjjo |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/trance-translate/fnhpjnlhllbbpfaapjfcpbbninjigjjo |
| คำอธิบาย | Trance is a easy minimalist translator |
| ขนาดไฟล์ | 38.82 KB |
| จำนวนการติดตั้ง | 360 |
| เวอร์ชันปัจจุบัน | 0.5.14 |
| อัปเดตครั้งล่าสุด | 2018-08-24 |
| วันที่เผยแพร่ | 2018-08-24 |
| คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
| ผู้พัฒนา | raingart |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://github.com/raingart/Trance-Translate-extension |
| URL หน้าช่วยเหลือ | https://github.com/raingart/Trance-Translate-extension/issues |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"manifest_version": 2,
"name": "__MSG_app_name__",
"short_name": "__MSG_app_short_name__",
"description": "__MSG_app_description__",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"default_locale": "en",
"version": "0.5.14",
"author": "raingart",
"permissions": [
"activeTab",
"tabs",
"storage",
"contextMenus",
"notifications",
"https:\/\/translate.google.com\/*"
],
"background": {
"page": "\/html\/background.html",
"persistent": true
},
"options_page": "\/html\/options.html",
"options_ui": {
"chrome_style": false,
"page": "\/html\/options.html"
},
"browser_action": {
"default_icon": {
"16": "\/icons\/16.png",
"48": "\/icons\/48.png",
"128": "\/icons\/128.png"
},
"default_popup": "\/html\/popup.html"
},
"icons": {
"16": "\/icons\/16.png",
"48": "\/icons\/48.png",
"128": "\/icons\/128.png"
},
"commands": {
"translate-hotkey": {
"description": "__MSG_hotkey_translate_notification_desc__",
"suggested_key": {
"default": "Ctrl+Q",
"mac": "MacCtrl+Q"
}
}
}
} | |