Screen Curtain
To assist sighted users in testing web pages using a screen reader by simulating blindness..
O que é Screen Curtain?
Screen Curtain é uma extensão do Chrome desenvolvida por Laurence Lewis, e sua principal característica é "To assist sighted users in testing web pages using a screen reader by simulating blindness..".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Screen Curtain
Baixe arquivos de extensão Screen Curtain no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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,
Informações Básicas da Extensão
Nome | |
ID | iimkennknidfkjgokaeegjpohghkdgba |
URL Oficial | https://chromewebstore.google.com/detail/screen-curtain/iimkennknidfkjgokaeegjpohghkdgba |
Descrição | To assist sighted users in testing web pages using a screen reader by simulating blindness.. |
Tamanho do Arquivo | 9.64 KB |
Contagem de Instalações | 169 |
Versão Atual | 2018.2 |
Última Atualização | 2018-03-16 |
Data de Publicação | 2018-03-16 |
Classificação | 4.00/5 Total de 1 Avaliações |
Desenvolvedor | Laurence Lewis |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://whatsock.com/training/matrices/screen_curtain.htm |
URL da Página de Ajuda | http://whatsock.com/training/matrices/screen_curtain.htm |
Idiomas Suportados | 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" ] } |