Site Unseen
A screen reader emulator that helps you understand how blind people use the web
Site Unseen란 무엇입니까?
Site Unseen은(는) Pedal Point Enterprises에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A screen reader emulator that helps you understand how blind people use the web"입니다.
확장 프로그램 스크린샷
Site Unseen 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
People who are blind browse the web very differently than sighted users. Site Unseen helps you appreciate how blind users interact with web pages by obscuring the page and providing a screen reader emulator to explore its content. Use this browser extension to foster empathy in yourself and your community for those with vision disabilities, build the case for accessible web design, and test for web accessibility issues. Features: * Turn Site Unseen on and off by pressing its logo in the browser toolbar. * Visually obscures page content and displays the role, name, value, and state of the current element in a caption. * Use the Tab, Enter, Spacebar, arrow keys, swipe gestures, and double taps to move to and interact with page elements. * Use keyboard shortcuts to jump to headings, links, lists, form fields, buttons, images, and landmarks on the page. * List all keyboard commands with the "Help" feature. * Temporarily reveal the page content visually with the "Peek" feature.
확장 프로그램 기본 정보
이름 | Site Unseen |
ID | aflfgnngnnhdoffmmpmakkdflfedldlh |
공식 URL | https://chromewebstore.google.com/detail/site-unseen/aflfgnngnnhdoffmmpmakkdflfedldlh |
설명 | A screen reader emulator that helps you understand how blind people use the web |
파일 크기 | 257 KB |
설치 횟수 | 304 |
현재 버전 | 0.1.2 |
최근 업데이트 | 2022-05-31 |
출시 날짜 | 2022-05-19 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | Pedal Point Enterprises |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://siteunseen.dev |
도움말 페이지 URL | https://siteunseen.dev/support |
개인정보 보호 정책 페이지 URL | https://siteunseen.dev/privacy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Site Unseen", "version": "0.1.2", "description": "A screen reader emulator that helps you understand how blind people use the web", "manifest_version": 3, "author": "Simon Miner", "homepage_url": "https:\/\/siteunseen.dev", "permissions": [ "activeTab", "scripting" ], "background": { "service_worker": ".\/background.js" }, "action": [], "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" } } |