Site Unseen

A screen reader emulator that helps you understand how blind people use the web

Site Unseen là gì?

Site Unseen là một tiện ích mở rộng Chrome được phát triển bởi Pedal Point Enterprises, và tính năng chính của nó là "A screen reader emulator that helps you understand how blind people use the web".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Site Unseen

Tải xuống các tệp mở rộng Site Unseen dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Site Unseen Site Unseen
ID aflfgnngnnhdoffmmpmakkdflfedldlh
URL Chính Thức https://chromewebstore.google.com/detail/site-unseen/aflfgnngnnhdoffmmpmakkdflfedldlh
Mô tả A screen reader emulator that helps you understand how blind people use the web
Kích Thước Tệp 257 KB
Số Lần Cài Đặt 304
Phiên Bản Hiện Tại 0.1.2
Cập Nhật Lần Cuối 2022-05-31
Ngày Phát Hành 2022-05-19
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Pedal Point Enterprises
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://siteunseen.dev
URL Trang Trợ Giúp https://siteunseen.dev/support
URL Trang Chính Sách Bảo Mật https://siteunseen.dev/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}