AiVOOV - Text to Speech Solution
AiVOOV is a hassle-free online tool that read the text from web page, PDF file or e-book using text-to-speech (TTS).
AiVOOV - Text to Speech Solutionคืออะไร?
AiVOOV - Text to Speech Solution เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://aivoov.com และคุณลักษณะหลักของมันคือ "AiVOOV is a hassle-free online tool that read the text from web page, PDF file or e-book using text-to-speech (TTS)."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AiVOOV - Text to Speech Solution
ดาวน์โหลดไฟล์ส่วนขยาย AiVOOV - Text to Speech Solution ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Bring your work to the top with AiVOOV's Voice Over text-to-speech technology. Create realistic voices for any text in seconds by using over 900+ realistic voices across 125+ languages.
AiVOOV is a hassle-free online tool that read the text from web page, PDF file or e-book using text-to-speech (TTS). AiVOOV is not restricted to the English language as it also supports numerous other local languages. You don't have to look for a separate tool to translate text into voices in different languages.
How to use?
Simply navigate to the webpage you wish to read, then select the text and right-click. You can see the "Play Now" option, Click on it, the automatic playback of the selected text on the page will begin. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | afgidegjibfjlpncojaahknmiicblonl |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/aivoov-text-to-speech-sol/afgidegjibfjlpncojaahknmiicblonl |
| คำอธิบาย | AiVOOV is a hassle-free online tool that read the text from web page, PDF file or e-book using text-to-speech (TTS). |
| ขนาดไฟล์ | 132 KB |
| จำนวนการติดตั้ง | 122 |
| เวอร์ชันปัจจุบัน | 1.2 |
| อัปเดตครั้งล่าสุด | 2023-03-14 |
| วันที่เผยแพร่ | 2023-02-06 |
| คะแนน | 1.00/5 รวมทั้งหมด 1 คะแนน |
| ผู้พัฒนา | https://aivoov.com |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://aivoov.com |
| URL หน้าช่วยเหลือ | https://aivoov.com/contact |
| URL หน้านโยบายความเป็นส่วนตัว | https://aivoov.com/privacy-policy |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "AiVOOV - Text to Speech Solution",
"version": "1.2",
"description": "AiVOOV is a hassle-free online tool that read the text from web page, PDF file or e-book using text-to-speech (TTS).",
"icons": {
"128": "images\/icon128.png",
"48": "images\/icon48.png",
"16": "images\/icon16.png"
},
"action": {
"popup": "popup.html",
"default_popup": "popup.html"
},
"permissions": [
"background",
"contextMenus",
"scripting",
"activeTab",
"storage"
],
"background": {
"service_worker": "js\/background.js"
}
} | |