Web Disability Simulator
Simulates how people with disabilities experience the web
Wat is Web Disability Simulator?
Web Disability Simulator is een Chrome-extensie ontwikkeld door Metamatrix, en de belangrijkste functie is "Simulates how people with disabilities experience the web".
Extensie Screenshots
Download het CRX-bestand van de extensie Web Disability Simulator
Download Web Disability Simulator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Web Disability Simulator |
ID | olioanlbgbpmdlgjnnampnnlohigkjla |
Officiële URL | https://chromewebstore.google.com/detail/web-disability-simulator/olioanlbgbpmdlgjnnampnnlohigkjla |
Beschrijving | Simulates how people with disabilities experience the web |
Bestandsgrootte | 491 KB |
Aantal Installaties | 10,000 |
Huidige Versie | 1.0.3 |
Laatst Bijgewerkt | 2019-02-15 |
Publicatiedatum | 2019-02-15 |
Beoordeling | 3.71/5 Totaal 14 Beoordelingen |
Ontwikkelaar | Metamatrix |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |