Dyslexia Simulation

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

Vad är Dyslexia Simulation?

Dyslexia Simulation är en Chrome-tillägg utvecklad av jontonsoup4, och dess huvudfunktion är "This extension aims to provide a simulation for what a dyslexic person might experience while browsing the internet.".

Tilläggsskärmbilder

Ladda ner Dyslexia Simulation-förlängningens CRX-fil

Ladda ner Dyslexia Simulation-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Dyslexia Simulation Dyslexia Simulation
ID cnobhbaaijmbcbfdiakhllckiemjigac
Officiell webbadress https://chrome.google.com/webstore/detail/dyslexia-simulation/cnobhbaaijmbcbfdiakhllckiemjigac
Beskrivning This extension aims to provide a simulation for what a dyslexic person might experience while browsing the internet.
Filstorlek 7.52 KB
Antal Installationer 163
Aktuell Version 0.1
Senast Uppdaterad 2016-03-07
Publiceringsdatum 2016-03-07
Utvecklare jontonsoup4
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}