Dyslexia Simulation

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

Cos'è Dyslexia Simulation?

Dyslexia Simulation è un'estensione di Chrome sviluppata da jontonsoup4, e la sua funzione principale è "This extension aims to provide a simulation for what a dyslexic person might experience while browsing the internet.".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione Dyslexia Simulation

Scarica i file di estensione Dyslexia Simulation in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Dyslexia Simulation Dyslexia Simulation
ID cnobhbaaijmbcbfdiakhllckiemjigac
URL Ufficiale https://chrome.google.com/webstore/detail/dyslexia-simulation/cnobhbaaijmbcbfdiakhllckiemjigac
Descrizione This extension aims to provide a simulation for what a dyslexic person might experience while browsing the internet.
Dimensione del File 7.52 KB
Conteggio Installazioni 163
Versione Corrente 0.1
Ultimo Aggiornamento 2016-03-07
Data di Pubblicazione 2016-03-07
Sviluppatore jontonsoup4
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}