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!
¿Qué es Voixt - Text Narrator?
Voixt - Text Narrator es una extensión de Chrome desarrollada por Hunar Batra, y su función principal es "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!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Voixt - Text Narrator
Descarga archivos de extensión Voixt - Text Narrator 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
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! :)
Información Básica de la Extensión
Nombre | |
ID | ollpchiclgliinoenbadibpcpfeeimbn |
URL Oficial | https://chrome.google.com/webstore/detail/voixt-text-narrator/ollpchiclgliinoenbadibpcpfeeimbn |
Descripción | 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! |
Tamaño del Archivo | 1.23 MB |
Cantidad de Instalaciones | 761 |
Versión Actual | 2.0 |
Última Actualización | 2021-02-26 |
Fecha de Publicación | 2020-09-20 |
Calificación | 4.00/5 Total de 7 Calificaciones |
Desarrollador | Hunar Batra |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://hunarbatra.com |
Idiomas Soportados | 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" } } |