Site Unseen
A screen reader emulator that helps you understand how blind people use the web
Qu'est-ce que Site Unseen ?
Site Unseen est une extension Chrome développée par Pedal Point Enterprises, et sa fonction principale est "A screen reader emulator that helps you understand how blind people use the web".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Site Unseen
Téléchargez les fichiers d'extension Site Unseen au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Site Unseen |
ID | aflfgnngnnhdoffmmpmakkdflfedldlh |
URL Officiel | https://chromewebstore.google.com/detail/site-unseen/aflfgnngnnhdoffmmpmakkdflfedldlh |
Description | A screen reader emulator that helps you understand how blind people use the web |
Taille du Fichier | 257 KB |
Nombre d'Installations | 304 |
Version Actuelle | 0.1.2 |
Dernière Mise à Jour | 2022-05-31 |
Date de Publication | 2022-05-19 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | Pedal Point Enterprises |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://siteunseen.dev |
URL de la Page d'Aide | https://siteunseen.dev/support |
URL de la Page de Politique de Confidentialité | https://siteunseen.dev/privacy |
Langues Prises en Charge | 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" } } |