Screen Curtain
To assist sighted users in testing web pages using a screen reader by simulating blindness..
What is Screen Curtain?
Screen Curtain is a Chrome extension developed by Laurence Lewis, and its main feature is "To assist sighted users in testing web pages using a screen reader by simulating blindness..".
Extension Screenshots
Download Screen Curtain Extension CRX File
Download Screen Curtain extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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,
Extension Basic Information
Name | Screen Curtain |
ID | iimkennknidfkjgokaeegjpohghkdgba |
Official URL | https://chromewebstore.google.com/detail/screen-curtain/iimkennknidfkjgokaeegjpohghkdgba |
Description | To assist sighted users in testing web pages using a screen reader by simulating blindness.. |
File Size | 9.64 KB |
Installation Count | 169 |
Current Version | 2018.2 |
Last Updated | 2018-03-16 |
Publish Date | 2018-03-16 |
Rating | 4.00/5 Total 1 Ratings |
Developer | Laurence Lewis |
[email protected] | |
Payment Type | free |
Extension Website | http://whatsock.com/training/matrices/screen_curtain.htm |
Help Page URL | http://whatsock.com/training/matrices/screen_curtain.htm |
Supported Languages | 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" ] } |