Site Unseen

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

Site Unseen क्या है?

Site Unseen Pedal Point Enterprises द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A screen reader emulator that helps you understand how blind people use the web"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Site Unseen एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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"
    }
}