Text to voice

Convert text to voice to Read any page easily.

¿Qué es Text to voice?

Text to voice es una extensión de Chrome desarrollada por https://quiestmohamed.org, y su función principal es "Convert text to voice to Read any page easily.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Text to voice

Descarga archivos de extensión Text to voice 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

                        Read aloud the current web-page article with one click, using text to speech coverter, in many languages.

Text to voice uses text-to-speech (TTS) technology to convert webpage text to audio.  It works on a variety of websites, including news sites, blogs, fan fiction, publications, textbooks, school and class websites, and online university course materials.

How to use Text to voice:

Copy text and past it inside "text to voice" extension; or select text. you'll see read button in contextmenus and click there.

It's easy, fast and useful.                    

Información Básica de la Extensión

Nombre Text to voice Text to voice
ID lemljnlginjkpamjocdkjbaadgipdmpg
URL Oficial https://chromewebstore.google.com/detail/text-to-voice/lemljnlginjkpamjocdkjbaadgipdmpg
Descripción Convert text to voice to Read any page easily.
Tamaño del Archivo 488 KB
Cantidad de Instalaciones 61
Versión Actual 1.2.2
Última Actualización 2021-10-20
Fecha de Publicación 2021-10-20
Desarrollador https://quiestmohamed.org
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://quiestmohamed.org
URL de la Página de Ayuda https://quiestmohamed.org
URL de la Página de Política de Privacidad https://maaloma.tech/privacy-policy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Text to voice",
    "version": "1.2.2",
    "description": "Convert text to voice to Read any page easily.",
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/19.png",
            "38": "images\/38.png"
        },
        "default_title": "text to voice converter",
        "default_popup": "the-speech.html"
    },
    "background": {
        "scripts": [
            "js\/the-background.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "storage"
    ]
}