Dyslexia Aid

Color filter that can be applied to any web page to aid in reading

Co to jest Dyslexia Aid?

Dyslexia Aid to rozszerzenie Chrome opracowane przez http://nathancorbyn.com, a jego główną funkcją jest „Color filter that can be applied to any web page to aid in reading”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Dyslexia Aid

Pobierz pliki rozszerzeń Dyslexia Aid 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

                        A simple extension that allows the user to place a colour filter over the screen in order to enable easier reading. After installation the user should find a paint roller appear next to the search bar allowing them to select their filter colour and opacity. A check box will also appear in the top right hand corner of all visited sites making it such that when the user clicks the check box the filter is enabled/disabled.                    

Podstawowe informacje o rozszerzeniu

Nazwa Dyslexia Aid Dyslexia Aid
ID emlkeoamhpbpleiedddheaboonhifnco
Oficjalny URL https://chrome.google.com/webstore/detail/dyslexia-aid/emlkeoamhpbpleiedddheaboonhifnco
Opis Color filter that can be applied to any web page to aid in reading
Rozmiar pliku 1.42 MB
Liczba instalacji 1,000
Aktualna Wersja 0.1.5
Ostatnia Aktualizacja 2016-02-12
Data Publikacji 2016-02-12
Ocena 2.33/5 Łącznie 9 Oceny
Deweloper http://nathancorbyn.com
Typ Płatności free
Obsługiwane Języki en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dyslexia Aid",
    "description": "Color filter that can be applied to any web page to aid in reading",
    "version": "0.1.5",
    "permissions": [
        "storage",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery.js",
                "js\/content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}