Text speaker

Pronounce selected text

¿Qué es Text speaker?

Text speaker es una extensión de Chrome desarrollada por Aliaksei Kirpichenka, y su función principal es "Pronounce selected text".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Text speaker

Descarga archivos de extensión Text speaker 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 extension is designed to pronounce selected text, which can be helpful to people who struggles with eyesight, read small-size text, doing 2 deals at the same time (like listening some text and writing email).
You would need to:
- select text you want to pronounce
- put your mouth in this area
- right click
- Pronounce
If you want to stop speech, you can do it at anytime by right-clicking on any other place (except selected area) > Stop speech

Additional functionalities that are available: change voices (that are available for your operating system), adjust enqueue, pitch, rate and volume.                    

Información Básica de la Extensión

Nombre Text speaker Text speaker
ID gcddknjhchnhegfnekbokipolcncpemi
URL Oficial https://chromewebstore.google.com/detail/text-speaker/gcddknjhchnhegfnekbokipolcncpemi
Descripción Pronounce selected text
Tamaño del Archivo 50.08 KB
Cantidad de Instalaciones 267
Versión Actual 1.0
Última Actualización 2022-05-04
Fecha de Publicación 2022-05-03
Desarrollador Aliaksei Kirpichenka
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Text speaker",
    "description": "Pronounce selected text",
    "version": "1.0",
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "\/icons\/16.png",
        "48": "\/icons\/48.png",
        "128": "\/icons\/128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tts",
        "storage",
        "contextMenus"
    ]
}