Dyslexia Simulation

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

Qu'est-ce que Dyslexia Simulation ?

Dyslexia Simulation est une extension Chrome développée par jontonsoup4, et sa fonction principale est "This extension aims to provide a simulation for what a dyslexic person might experience while browsing the internet.".

Captures d'Écran de l'Extension

Télécharger le fichier CRX de l'extension Dyslexia Simulation

Téléchargez les fichiers d'extension Dyslexia Simulation au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Dyslexia Simulation Dyslexia Simulation
ID cnobhbaaijmbcbfdiakhllckiemjigac
URL Officiel https://chrome.google.com/webstore/detail/dyslexia-simulation/cnobhbaaijmbcbfdiakhllckiemjigac
Description This extension aims to provide a simulation for what a dyslexic person might experience while browsing the internet.
Taille du Fichier 7.52 KB
Nombre d'Installations 163
Version Actuelle 0.1
Dernière Mise à Jour 2016-03-07
Date de Publication 2016-03-07
Développeur jontonsoup4
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}