iRead4u

Reads (text to speech) the currently highlighted text on the screen (current tab)

¿Qué es iRead4u?

iRead4u es una extensión de Chrome desarrollada por deep4788, y su función principal es "Reads (text to speech) the currently highlighted text on the screen (current tab)".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión iRead4u

Descarga archivos de extensión iRead4u 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

                        Reads the currently highlighted text on the screen; converts highlighted text to speech.

Highlight the text you want to be read and do either of:
- Press [Alt+Shift+S] or
- Click on the extension's icon


Follow me on:
- Twitter: https://twitter.com/?lang=en
- GitHub: https://github.com/deep4788                    

Información Básica de la Extensión

Nombre iRead4u iRead4u
ID pkmbaacpdcnaaeeddokcpdahdokceppb
URL Oficial https://chromewebstore.google.com/detail/iread4u/pkmbaacpdcnaaeeddokcpdahdokceppb
Descripción Reads (text to speech) the currently highlighted text on the screen (current tab)
Tamaño del Archivo 214 KB
Cantidad de Instalaciones 1,000
Versión Actual 1.5.0
Última Actualización 2016-11-02
Fecha de Publicación 2016-11-02
Calificación 2.00/5 Total de 12 Calificaciones
Desarrollador deep4788
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "iRead4u",
    "short_name": "iRead4u",
    "description": "Reads (text to speech) the currently highlighted text on the screen (current tab)",
    "version": "1.5.0",
    "manifest_version": 2,
    "author": "Deep Aggarwal ",
    "commands": {
        "read-highlighted": {
            "suggested_key": {
                "default": "Alt+Shift+S"
            },
            "description": "Reads highlighted text on the screen (current tab)"
        }
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Read Highlighted Text"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png",
        "256": "icons\/icon256.png"
    }
}