Web Disability Simulator
Simulates how people with disabilities experience the web
Was ist Web Disability Simulator?
Web Disability Simulator ist eine Chrome-Erweiterung, die von Metamatrix entwickelt wurde, und ihr Hauptmerkmal ist "Simulates how people with disabilities experience the web".
Erweiterungsscreenshots
Web Disability Simulator-Erweiterungs-CRX-Datei herunterladen
Laden Sie Web Disability Simulator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
The Web Disability Simulator lets you experience how people with different disabilities or inadequate abilities perceive a web site. Simulate color blindness, low vision, dyslexia and more. An easy-to-use tool both to increase understanding and lower the threshold to test accessibility on a website.
Grundlegende Informationen zur Erweiterung
Name | Web Disability Simulator |
ID | olioanlbgbpmdlgjnnampnnlohigkjla |
Offizielle URL | https://chromewebstore.google.com/detail/web-disability-simulator/olioanlbgbpmdlgjnnampnnlohigkjla |
Beschreibung | Simulates how people with disabilities experience the web |
Dateigröße | 491 KB |
Installationsanzahl | 10,000 |
Aktuelle Version | 1.0.3 |
Letztes Update | 2019-02-15 |
Veröffentlichungsdatum | 2019-02-15 |
Bewertung | 3.71/5 Insgesamt 14 Bewertungen |
Entwickler | Metamatrix |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Web Disability Simulator", "description": "Simulates how people with disabilities experience the web", "version": "1.0.3", "browser_action": { "default_icon": "UI\/img\/icon.png", "default_popup": "UI\/app.html" }, "icons": { "16": "UI\/img\/icon_16x16.png", "48": "UI\/img\/icon_48x48.png", "128": "UI\/img\/icon_128x128.png" }, "background": { "scripts": [ "background.js" ] }, "web_accessible_resources": [ "simulations\/totalColorBlindness\/img\/filters.svg", "simulations\/totalColorBlindness\/css\/main.css", "simulations\/redGreenColorBlindness\/img\/filters.svg", "simulations\/redGreenColorBlindness\/css\/main.css", "simulations\/yellowBlueColorBlindness\/img\/filters.svg", "simulations\/yellowBlueColorBlindness\/css\/main.css", "simulations\/concentration\/css\/main.css", "simulations\/concentration\/img\/meal.jpg", "simulations\/farsightedness\/css\/main.css", "simulations\/parkinsons\/css\/main.css", "simulations\/parkinsons\/img\/cursor_windows.svg", "simulations\/parkinsons\/img\/cursor_mac.svg", "simulations\/smallVocabulary\/words.en.json", "simulations\/smallVocabulary\/words.sv.json", "simulations\/tunnelVision\/css\/main.css", "simulations\/sunshine\/css\/main.css" ], "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "storage", "activeTab" ] } |