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).
¿Qué es AiVOOV - Text to Speech Solution?
AiVOOV - Text to Speech Solution es una extensión de Chrome desarrollada por https://aivoov.com, y su función principal es "AiVOOV is a hassle-free online tool that read the text from web page, PDF file or e-book using text-to-speech (TTS).".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión AiVOOV - Text to Speech Solution
Descarga archivos de extensión AiVOOV - Text to Speech Solution en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | AiVOOV - Text to Speech Solution |
ID | afgidegjibfjlpncojaahknmiicblonl |
URL Oficial | https://chromewebstore.google.com/detail/aivoov-text-to-speech-sol/afgidegjibfjlpncojaahknmiicblonl |
Descripción | AiVOOV is a hassle-free online tool that read the text from web page, PDF file or e-book using text-to-speech (TTS). |
Tamaño del Archivo | 132 KB |
Cantidad de Instalaciones | 122 |
Versión Actual | 1.2 |
Última Actualización | 2023-03-14 |
Fecha de Publicación | 2023-02-06 |
Calificación | 1.00/5 Total de 1 Calificaciones |
Desarrollador | https://aivoov.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://aivoov.com |
URL de la Página de Ayuda | https://aivoov.com/contact |
URL de la Página de Política de Privacidad | https://aivoov.com/privacy-policy |
Idiomas Soportados | 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" } } |