Screen Reader

A web-powered screen reader

Cos'è Screen Reader?

Screen Reader è un'estensione di Chrome sviluppata da https://chrome.google.com, e la sua funzione principale è "A web-powered screen reader".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Screen Reader

Scarica i file di estensione Screen Reader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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/.                    

Informazioni di Base sull'Estensione

Nome Screen Reader Screen Reader
ID kgejglhpjiefppelpmljglcjbhoiplfn
URL Ufficiale https://chromewebstore.google.com/detail/screen-reader/kgejglhpjiefppelpmljglcjbhoiplfn
Descrizione A web-powered screen reader
Dimensione del File 4.58 MB
Conteggio Installazioni 228,157
Versione Corrente 53.0.2784.14
Ultimo Aggiornamento 2023-06-07
Data di Pubblicazione 2019-09-05
Valutazione 2.51/5 Totale 1046 Valutazioni
Sviluppatore https://chrome.google.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.chromevox.com
URL della Pagina della Politica sulla Privacy https://policies.google.com/privacy?hl=en
Lingue Supportate 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"
    ]
}