Selection Reader

Selection Reader allows to speak the content in the web page with various voice control options.

¿Qué es Selection Reader?

Selection Reader es una extensión de Chrome desarrollada por Arun Kumar Sekar, y su función principal es "Selection Reader allows to speak the content in the web page with various voice control options.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Selection Reader

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

                        Selection Reader allows to speak the content in the web page with various voice control options and you can also read the selected content with the right click.                    

Información Básica de la Extensión

Nombre Selection Reader Selection Reader
ID eojegnppbmmnknbmnjgifjjehjlmdcoe
URL Oficial https://chrome.google.com/webstore/detail/selection-reader/eojegnppbmmnknbmnjgifjjehjlmdcoe
Descripción Selection Reader allows to speak the content in the web page with various voice control options.
Tamaño del Archivo 105 KB
Cantidad de Instalaciones 16,794
Versión Actual 2.1
Última Actualización 2017-11-29
Fecha de Publicación 2017-11-29
Calificación 4.22/5 Total de 9 Calificaciones
Desarrollador Arun Kumar Sekar
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,
    "name": "Selection Reader",
    "version": "2.1",
    "description": "Selection Reader allows to speak the content in the web page with various voice control options.",
    "permissions": [
        "tts",
        "contextMenus",
        "storage"
    ],
    "icons": {
        "128": "img\/speak128.png",
        "48": "img\/speak64.png",
        "16": "img\/speak16.png"
    },
    "browser_action": {
        "default_icon": "img\/speak32.png",
        "default_popup": "index.html",
        "default_title": "Selection Reader"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    }
}