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”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載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 Site Unseen
ID aflfgnngnnhdoffmmpmakkdflfedldlh
官方網址 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"
    }
}