Dyslexia Simulation

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

Co to jest Dyslexia Simulation?

Dyslexia Simulation to rozszerzenie Chrome opracowane przez jontonsoup4, a jego główną funkcją jest „This extension aims to provide a simulation for what a dyslexic person might experience while browsing the internet.”.

Zrzuty ekranu rozszerzenia

Pobierz plik CRX rozszerzenia Dyslexia Simulation

Pobierz pliki rozszerzeń Dyslexia Simulation w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Dyslexia Simulation Dyslexia Simulation
ID cnobhbaaijmbcbfdiakhllckiemjigac
Oficjalny URL https://chrome.google.com/webstore/detail/dyslexia-simulation/cnobhbaaijmbcbfdiakhllckiemjigac
Opis This extension aims to provide a simulation for what a dyslexic person might experience while browsing the internet.
Rozmiar pliku 7.52 KB
Liczba instalacji 163
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2016-03-07
Data Publikacji 2016-03-07
Deweloper jontonsoup4
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}