Audioread: Ultra-Realistic Text-to-Speech
Convert articles, PDFs, emails, or any text into audio
Audioread: Ultra-Realistic Text-to-Speechคืออะไร?
Audioread: Ultra-Realistic Text-to-Speech เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://audioread.com และคุณลักษณะหลักของมันคือ "Convert articles, PDFs, emails, or any text into audio"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Audioread: Ultra-Realistic Text-to-Speech
ดาวน์โหลดไฟล์ส่วนขยาย Audioread: Ultra-Realistic Text-to-Speech ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Do you feel like you don't have enough time to read? Listen instead! Audioread converts any article, PDF, email, or pasted text into a podcast using natural-sounding text-to-speech. It creates your personal RSS feed that you can subscribe to in most podcast apps, such as Apple Podcasts, Google Podcasts, Overcast, Podcast Addict, and more. - Ultra-realistic AI voices. Sample articles are available on Audioread.com. - Send articles from iOS or Android. - Listen in a podcast app or browser.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Audioread: Ultra-Realistic Text-to-Speech |
ID | fblchjbbkkaoobkhhbloehgkpdlomido |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/audioread-ultra-realistic/fblchjbbkkaoobkhhbloehgkpdlomido |
คำอธิบาย | Convert articles, PDFs, emails, or any text into audio |
ขนาดไฟล์ | 1.77 MB |
จำนวนการติดตั้ง | 9,869 |
เวอร์ชันปัจจุบัน | 3.5.2 |
อัปเดตครั้งล่าสุด | 2023-04-20 |
วันที่เผยแพร่ | 2020-11-24 |
คะแนน | 4.05/5 รวมทั้งหมด 44 คะแนน |
ผู้พัฒนา | https://audioread.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | in_app |
เว็บไซต์ส่วนขยาย | https://audioread.com |
URL หน้าช่วยเหลือ | https://www.tidio.com/talk/gzpx0hksecqrxjt9t2vix680h5aiodfj |
URL หน้านโยบายความเป็นส่วนตัว | https://docs.google.com/document/d/1geVMGxOLLo9wHTyhSvlo0AxGQV50d7WH7ZpkWRt2_9I/edit?usp=sharing |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Convert articles, PDFs, emails, or any text into audio", "version": "3.5.2", "name": "Audioread: Ultra-Realistic Text-to-Speech", "background": { "page": "background.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.audiblogs.com\/*", "*:\/\/*.audioread.com\/*" ], "js": [ "contentScript.bundle.js" ], "css": [ "content.styles.css" ] } ], "browser_action": { "default_icon": "icon-34.png" }, "icons": { "128": "icon-128.png" }, "web_accessible_resources": [ "content.styles.css", "icon-128.png", "icon-34.png", "loading.svg" ], "commands": { "open": { "suggested_key": { "windows": "Alt+Shift+1", "mac": "Alt+Shift+1", "chromeos": "Alt+Shift+1", "linux": "Alt+Shift+1" }, "description": "Open Popup" }, "send": { "suggested_key": { "windows": "Alt+Shift+2", "mac": "Alt+Shift+2", "chromeos": "Alt+Shift+2", "linux": "Alt+Shift+2" }, "description": "Send Article" } }, "permissions": [ "activeTab", "contextMenus", "storage", "*:\/\/*.audiblogs.com\/*", "*:\/\/*.audioread.com\/*" ], "manifest_version": 2, "content_security_policy": "script-src 'self'; object-src 'self'" } |