Dyslexia Simulator

Simulates the effect of using a website for a user with Dyslexia. Useful for testing for accessibility.

Hvad er Dyslexia Simulator?

Dyslexia Simulator er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "Simulates the effect of using a website for a user with Dyslexia. Useful for testing for accessibility.".

Download Dyslexia Simulator-udvidelses-CRX-fil

Download Dyslexia 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

                                            

Grundlæggende oplysninger om udvidelsen

Navn Dyslexia Simulator Dyslexia Simulator
ID pfbbcdngibbkelcbiafcdaiddgbhhaaf
Officiel URL https://chromewebstore.google.com/detail/dyslexia-simulator/pfbbcdngibbkelcbiafcdaiddgbhhaaf
Beskrivelse Simulates the effect of using a website for a user with Dyslexia. Useful for testing for accessibility.
Filstørrelse 34.01 KB
Antal Installationer 35
Nuværende Version 2.0
Senest Opdateret 2017-10-09
Udgivelsesdato 2017-10-09
Udvikler Unknown
Betalingsmetode free
Understøttede Sprog en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dyslexia Simulator",
    "description": "Simulates the effect of using a website for a user with Dyslexia. Useful for testing for accessibility.",
    "version": "2.0",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "shuffle text"
    },
    "manifest_version": 2
}