Dyslexia Simulator

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

What is Dyslexia Simulator?

Dyslexia Simulator is a Chrome extension developed by Unknown, and its main feature is "Simulates the effect of using a website for a user with Dyslexia. Useful for testing for accessibility.".

Download Dyslexia Simulator Extension CRX File

Download Dyslexia Simulator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Dyslexia Simulator Dyslexia Simulator
ID pfbbcdngibbkelcbiafcdaiddgbhhaaf
Official URL https://chromewebstore.google.com/detail/dyslexia-simulator/pfbbcdngibbkelcbiafcdaiddgbhhaaf
Description Simulates the effect of using a website for a user with Dyslexia. Useful for testing for accessibility.
File Size 34.01 KB
Installation Count 35
Current Version 2.0
Last Updated 2017-10-09
Publish Date 2017-10-09
Developer Unknown
Payment Type free
Supported Languages 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
}