Dyslexia Simulation

This extension aims to provide a simulation for what a dyslexic person might experience while browsing the internet.

Was ist Dyslexia Simulation?

Dyslexia Simulation ist eine Chrome-Erweiterung, die von jontonsoup4 entwickelt wurde, und ihr Hauptmerkmal ist "This extension aims to provide a simulation for what a dyslexic person might experience while browsing the internet.".

Erweiterungsscreenshots

Dyslexia Simulation-Erweiterungs-CRX-Datei herunterladen

Laden Sie Dyslexia Simulation-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

                        This extension allows you to experience what a dyslexic person might experience while browsing the internet. With a click of the simulation button, the words on a page will start shifting around, becoming significantly more difficult to read. By pressing the button again, the words will cease their movement and the page will be returned to its original state.                    

Grundlegende Informationen zur Erweiterung

Name Dyslexia Simulation Dyslexia Simulation
ID cnobhbaaijmbcbfdiakhllckiemjigac
Offizielle URL https://chrome.google.com/webstore/detail/dyslexia-simulation/cnobhbaaijmbcbfdiakhllckiemjigac
Beschreibung This extension aims to provide a simulation for what a dyslexic person might experience while browsing the internet.
Dateigröße 7.52 KB
Installationsanzahl 163
Aktuelle Version 0.1
Letztes Update 2016-03-07
Veröffentlichungsdatum 2016-03-07
Entwickler jontonsoup4
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dyslexia Simulation",
    "description": "This extension aims to provide a simulation for what a dyslexic person might experience while browsing the internet.",
    "version": "0.1",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "",
        "tabs"
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}