Screen Reader

A web-powered screen reader

¿Qué es Screen Reader?

Screen Reader es una extensión de Chrome desarrollada por https://chrome.google.com, y su función principal es "A web-powered screen reader".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Screen Reader

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

                        Please note that this extension is now in maintenance mode; no new additions will be made moving forward.

The Chrome Screen reader extension is a showcase of a fully featured screen reader for the web built using only web technologies such as html and javascript.  This extension specifically works within the Chrome browser to read content aloud. For more comprehensive solutions, we recommend the use of full system screen readers like ChromeVox on Chrome OS, VoiceOver on Mac, JAWS, NVDA or Narrator on Windows, etc. 

By installing this extension, you agree to the Google Terms of Service and Privacy Policy at https://www.google.com/intl/en/policies/.                    

Información Básica de la Extensión

Nombre Screen Reader Screen Reader
ID kgejglhpjiefppelpmljglcjbhoiplfn
URL Oficial https://chromewebstore.google.com/detail/screen-reader/kgejglhpjiefppelpmljglcjbhoiplfn
Descripción A web-powered screen reader
Tamaño del Archivo 4.58 MB
Cantidad de Instalaciones 228,157
Versión Actual 53.0.2784.14
Última Actualización 2023-06-07
Fecha de Publicación 2019-09-05
Calificación 2.51/5 Total de 1046 Calificaciones
Desarrollador https://chrome.google.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://www.chromevox.com
URL de la Página de Política de Privacidad https://policies.google.com/privacy?hl=en
Idiomas Soportados id,ms,de,en,en-GB,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "automation": {
        "desktop": true
    },
    "background": {
        "page": "cvox2\/background\/background.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "exclude_globs": [
                "devtools:\/\/*"
            ],
            "js": [
                "chromevox\/injected\/shadydom_loader.js",
                "chromeVoxChromePageScript.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "A web-powered screen reader",
    "differential_fingerprint": "1.dc357c31eb9bbdaf5f4701f8300748c98bf71c71ad81230ffa0fd97b5edd92d7",
    "icons": {
        "128": "images\/chromevox-128.png",
        "16": "images\/chromevox-16.png",
        "48": "images\/chromevox-48.png"
    },
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDEGBi\/oD7Yl\/Y16w3+gee\/95\/EUpRZ2U6c+8orV5ei+3CRsBsoXI\/DPGBauZ3rWQ47aQnfoG00sXigFdJA2NhNK9OgmRA2evnsRRbjYm2BG1twpaLsgQPPus3PyczbDCvhFu8k24wzFyEtxLrfxAGBseBPb9QrCz7B4k2QgxD\/CwIDAQAB",
    "manifest_version": 2,
    "name": "Screen Reader",
    "options_page": "chromevox\/background\/options.html",
    "permissions": [
        "accessibilityPrivate",
        "bookmarks",
        "history",
        "notifications",
        "storage",
        "tabs",
        "tts",
        ""
    ],
    "version": "53.0.2784.14",
    "web_accessible_resources": [
        "chromevox\/background\/keymaps\/next_keymap.json",
        "chromevox\/injected\/api.js",
        "chromevox\/injected\/api_util.js",
        "chromevox\/injected\/mathjax.js",
        "chromevox\/injected\/mathjax_external_util.js",
        "webcomponents-bundle.js"
    ]
}