Dyslexia Simulation

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

Hvad er Dyslexia Simulation?

Dyslexia Simulation er en Chrome-udvidelse udviklet af jontonsoup4, og dens hovedfunktion er "This extension aims to provide a simulation for what a dyslexic person might experience while browsing the internet.".

Udvidelsesskærmbilleder

Download Dyslexia Simulation-udvidelses-CRX-fil

Download Dyslexia Simulation-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Dyslexia Simulation Dyslexia Simulation
ID cnobhbaaijmbcbfdiakhllckiemjigac
Officiel URL https://chrome.google.com/webstore/detail/dyslexia-simulation/cnobhbaaijmbcbfdiakhllckiemjigac
Beskrivelse This extension aims to provide a simulation for what a dyslexic person might experience while browsing the internet.
Filstørrelse 7.52 KB
Antal Installationer 163
Nuværende Version 0.1
Senest Opdateret 2016-03-07
Udgivelsesdato 2016-03-07
Udvikler jontonsoup4
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}