text reader: Convert text to voice easily
Convert text to voice and Read any page out loud easily, with different languages.
¿Qué es text reader: Convert text to voice easily?
text reader: Convert text to voice easily es una extensión de Chrome desarrollada por https://seo-arabic.com, y su función principal es "Convert text to voice and Read any page out loud easily, with different languages.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión text reader: Convert text to voice easily
Descarga archivos de extensión text reader: Convert text to voice easily 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
text-to-speech, many languages It's normal to be tired when you reading long articles. but this tool is created to make you enjoy your reading. by converting text to speech in one second. This tool will help you too much to read your articles easily in many languages, directly from within the page with no need to leave it.
Información Básica de la Extensión
Nombre | text reader: Convert text to voice easily |
ID | cjabnnkddmpafmfoeonnkmlhjiceniii |
URL Oficial | https://chromewebstore.google.com/detail/text-reader-convert-text/cjabnnkddmpafmfoeonnkmlhjiceniii |
Descripción | Convert text to voice and Read any page out loud easily, with different languages. |
Tamaño del Archivo | 965 KB |
Cantidad de Instalaciones | 23 |
Versión Actual | 1.1.0 |
Última Actualización | 2021-10-12 |
Fecha de Publicación | 2021-10-12 |
Desarrollador | https://seo-arabic.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://seo-arabic.com/ |
URL de la Página de Ayuda | https://seo-arabic.com/ |
URL de la Página de Política de Privacidad | https://maaloma.tech/privacy-policy |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "text reader: Convert text to voice easily", "version": "1.1.0", "description": "Convert text to voice and Read any page out loud easily, with different languages.", "icons": { "16": "images\/icon160.png", "48": "images\/icon480.png", "128": "images\/icon1280.png" }, "browser_action": { "default_icon": { "19": "images\/icon190.png", "38": "images\/icon380.png" }, "default_title": "text reader", "default_popup": "popup.html" }, "background": { "scripts": [ "js\/background.js" ] } } |