Voixt - Text Narrator
Tired of reading? No worries, we've got the next gen solution for you - Voixt. Select the text and let Voixt narrate it out for you!
Voixt - Text Narratorคืออะไร?
Voixt - Text Narrator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Hunar Batra และคุณลักษณะหลักของมันคือ "Tired of reading? No worries, we've got the next gen solution for you - Voixt. Select the text and let Voixt narrate it out for you!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Voixt - Text Narrator
ดาวน์โหลดไฟล์ส่วนขยาย Voixt - Text Narrator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The Voixt extension allows you to listen to the content on your browser screen. Reading long articles can become mundane at times. Voixt, powered with the Text-to-Speech technology, is the next generation solution for this. Voixt is an all-in-one extension for accessibility to textual content through text narration. To use Voixt, simply select the textual content, right click and click on "Speak out the selected content with Voixt" or you can just trigger Voixt for the selected content from the extensions tab! Happy Voixting! :)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ollpchiclgliinoenbadibpcpfeeimbn |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/voixt-text-narrator/ollpchiclgliinoenbadibpcpfeeimbn |
คำอธิบาย | Tired of reading? No worries, we've got the next gen solution for you - Voixt. Select the text and let Voixt narrate it out for you! |
ขนาดไฟล์ | 1.23 MB |
จำนวนการติดตั้ง | 761 |
เวอร์ชันปัจจุบัน | 2.0 |
อัปเดตครั้งล่าสุด | 2021-02-26 |
วันที่เผยแพร่ | 2020-09-20 |
คะแนน | 4.00/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | Hunar Batra |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://hunarbatra.com |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Voixt - Text Narrator", "description": "Tired of reading? No worries, we've got the next gen solution for you - Voixt. Select the text and let Voixt narrate it out for you!", "version": "2.0", "background": { "scripts": [ "narrate.js", "background.js" ] }, "icons": { "16": "img\/voixt16.png", "48": "img\/voixt48.png", "128": "img\/voixt-main.png" }, "permissions": [ "contextMenus", "tts", "activeTab" ], "browser_action": { "default_icon": "img\/voixt-main.png", "default_popup": "popup.html" } } |