Screen Curtain
To assist sighted users in testing web pages using a screen reader by simulating blindness..
Cos'è Screen Curtain?
Screen Curtain è un'estensione di Chrome sviluppata da Laurence Lewis, e la sua funzione principale è "To assist sighted users in testing web pages using a screen reader by simulating blindness..".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Screen Curtain
Scarica i file di estensione Screen Curtain 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
The Screen Curtain extension allows engineers, testers, educators, and students to temporarily obscure web technologies while using screen readers in order to simulate the experience of using such technologies without sight. This is analogous to the Screen Curtain mode provided on iPhone and iPad devices when using VoiceOver to experience the same. This bookmarklet should be used in combination with JAWS or NVDA on Windows when testing the non-sighted experience of typical screen reader users. Written by Bryan Garaventa. Idea and extension by Laurence Lewis,
Informazioni di Base sull'Estensione
Nome | Screen Curtain |
ID | iimkennknidfkjgokaeegjpohghkdgba |
URL Ufficiale | https://chromewebstore.google.com/detail/screen-curtain/iimkennknidfkjgokaeegjpohghkdgba |
Descrizione | To assist sighted users in testing web pages using a screen reader by simulating blindness.. |
Dimensione del File | 9.64 KB |
Conteggio Installazioni | 169 |
Versione Corrente | 2018.2 |
Ultimo Aggiornamento | 2018-03-16 |
Data di Pubblicazione | 2018-03-16 |
Valutazione | 4.00/5 Totale 1 Valutazioni |
Sviluppatore | Laurence Lewis |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://whatsock.com/training/matrices/screen_curtain.htm |
URL della Pagina di Aiuto | http://whatsock.com/training/matrices/screen_curtain.htm |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Screen Curtain", "short_name": "SC", "version": "2018.2", "manifest_version": 2, "description": "To assist sighted users in testing web pages using a screen reader by simulating blindness..", "homepage_url": "http:\/\/whatsock.com\/training\/matrices\/screen_curtain.htm", "author": "VA by Bryan Garaventa. Extention by Laurence lewis", "background": { "scripts": [ "load-sc.js" ], "persistent": true }, "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "browser_action": { "default_title": "Screen Curtain" }, "permissions": [ "https:\/\/*\/*", "http:\/\/*\/*", "activeTab" ] } |