Screen Curtain
To assist sighted users in testing web pages using a screen reader by simulating blindness..
Screen Curtain란 무엇입니까?
Screen Curtain은(는) Laurence Lewis에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "To assist sighted users in testing web pages using a screen reader by simulating blindness.."입니다.
확장 프로그램 스크린샷
Screen Curtain 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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,
확장 프로그램 기본 정보
이름 | Screen Curtain |
ID | iimkennknidfkjgokaeegjpohghkdgba |
공식 URL | https://chromewebstore.google.com/detail/screen-curtain/iimkennknidfkjgokaeegjpohghkdgba |
설명 | To assist sighted users in testing web pages using a screen reader by simulating blindness.. |
파일 크기 | 9.64 KB |
설치 횟수 | 169 |
현재 버전 | 2018.2 |
최근 업데이트 | 2018-03-16 |
출시 날짜 | 2018-03-16 |
평점 | 4.00/5 총 1 개의 평점 |
개발자 | Laurence Lewis |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://whatsock.com/training/matrices/screen_curtain.htm |
도움말 페이지 URL | http://whatsock.com/training/matrices/screen_curtain.htm |
지원되는 언어 | 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" ] } |