Dyslexia Simulation

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

Wat is Dyslexia Simulation?

Dyslexia Simulation is een Chrome-extensie ontwikkeld door jontonsoup4, en de belangrijkste functie is "This extension aims to provide a simulation for what a dyslexic person might experience while browsing the internet.".

Extensie Screenshots

Download het CRX-bestand van de extensie Dyslexia Simulation

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

                        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.                    

Basisinformatie over de Extensie

Naam Dyslexia Simulation Dyslexia Simulation
ID cnobhbaaijmbcbfdiakhllckiemjigac
Officiële URL https://chrome.google.com/webstore/detail/dyslexia-simulation/cnobhbaaijmbcbfdiakhllckiemjigac
Beschrijving This extension aims to provide a simulation for what a dyslexic person might experience while browsing the internet.
Bestandsgrootte 7.52 KB
Aantal Installaties 163
Huidige Versie 0.1
Laatst Bijgewerkt 2016-03-07
Publicatiedatum 2016-03-07
Ontwikkelaar jontonsoup4
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}