Site Unseen

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

Τι είναι το Site Unseen;

Το Site Unseen είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Pedal Point Enterprises, και η κύρια λειτουργία του είναι "A screen reader emulator that helps you understand how blind people use the web".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Site Unseen

Λήψη αρχείων επέκτασης 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
Επίσημο 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"
    }
}