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ファイルをダウンロード
Site Unseen拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" } } |