OkaySpeak

Right click and select the text you want us to speak out.

¿Qué es OkaySpeak?

OkaySpeak es una extensión de Chrome desarrollada por okayramesh, y su función principal es "Right click and select the text you want us to speak out.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión OkaySpeak

Descarga archivos de extensión OkaySpeak 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 sole purpose of the speakit exntension is to speak loadly the  selected text. This is to help the online reader who reads news, educational content or any other informtion on the web and struggle to pronounce the new/difficult words. 'Speakit' will help you, it will read out loudly the word for you so you do not quit your reading just because you are not able to prounounce a word.                    

Información Básica de la Extensión

Nombre OkaySpeak OkaySpeak
ID hgnfaglopnogfojdnhcljcagcmjalhba
URL Oficial https://chromewebstore.google.com/detail/okayspeak/hgnfaglopnogfojdnhcljcagcmjalhba
Descripción Right click and select the text you want us to speak out.
Tamaño del Archivo 10.09 KB
Cantidad de Instalaciones 610
Versión Actual 1.1
Última Actualización 2019-09-22
Fecha de Publicación 2019-09-22
Calificación 3.50/5 Total de 4 Calificaciones
Desarrollador okayramesh
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": 2,
    "version": "1.1",
    "name": "OkaySpeak",
    "short_name": "Speak loudly",
    "description": "Right click and select the text you want us to speak out.",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "contextMenus",
        "tts"
    ]
}