Screen Curtain
To assist sighted users in testing web pages using a screen reader by simulating blindness..
Co je Screen Curtain?
Screen Curtain je rozšíření Chrome vyvinuté Laurence Lewis, a jeho hlavní funkcí je „To assist sighted users in testing web pages using a screen reader by simulating blindness..“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Screen Curtain
Stáhněte si soubory rozšíření Screen Curtain ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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,
Základní Informace o Rozšíření
Název | Screen Curtain |
ID | iimkennknidfkjgokaeegjpohghkdgba |
Oficiální URL | https://chromewebstore.google.com/detail/screen-curtain/iimkennknidfkjgokaeegjpohghkdgba |
Popis | To assist sighted users in testing web pages using a screen reader by simulating blindness.. |
Velikost souboru | 9.64 KB |
Počet instalací | 169 |
Aktuální Verze | 2018.2 |
Poslední Aktualizace | 2018-03-16 |
Datum Vydání | 2018-03-16 |
Hodnocení | 4.00/5 Celkem 1 Hodnocení |
Vývojář | Laurence Lewis |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | http://whatsock.com/training/matrices/screen_curtain.htm |
URL Stránky Nápovědy | http://whatsock.com/training/matrices/screen_curtain.htm |
Podporované Jazyky | 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" ] } |