Dyslexia Simulation

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

Co je Dyslexia Simulation?

Dyslexia Simulation je rozšíření Chrome vyvinuté jontonsoup4, a jeho hlavní funkcí je „This extension aims to provide a simulation for what a dyslexic person might experience while browsing the internet.“.

Snímky obrazovky rozšíření

Stáhnout soubor CRX rozšíření Dyslexia Simulation

Stáhněte si soubory rozšíření Dyslexia Simulation ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Dyslexia Simulation Dyslexia Simulation
ID cnobhbaaijmbcbfdiakhllckiemjigac
Oficiální URL https://chrome.google.com/webstore/detail/dyslexia-simulation/cnobhbaaijmbcbfdiakhllckiemjigac
Popis This extension aims to provide a simulation for what a dyslexic person might experience while browsing the internet.
Velikost souboru 7.52 KB
Počet instalací 163
Aktuální Verze 0.1
Poslední Aktualizace 2016-03-07
Datum Vydání 2016-03-07
Vývojář jontonsoup4
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}