Web Disability Simulator

Simulates how people with disabilities experience the web

Hvad er Web Disability Simulator?

Web Disability Simulator er en Chrome-udvidelse udviklet af Metamatrix, og dens hovedfunktion er "Simulates how people with disabilities experience the web".

Udvidelsesskærmbilleder

screenshot

Download Web Disability Simulator-udvidelses-CRX-fil

Download Web Disability Simulator-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Web Disability Simulator Web Disability Simulator
ID olioanlbgbpmdlgjnnampnnlohigkjla
Officiel URL https://chromewebstore.google.com/detail/web-disability-simulator/olioanlbgbpmdlgjnnampnnlohigkjla
Beskrivelse Simulates how people with disabilities experience the web
Filstørrelse 491 KB
Antal Installationer 10,000
Nuværende Version 1.0.3
Senest Opdateret 2019-02-15
Udgivelsesdato 2019-02-15
Bedømmelse 3.71/5 Samlet 14 Bedømmelser
Udvikler Metamatrix
Betalingsmetode free
Understøttede Sprog 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"
    ]
}