Dyslexia Aid

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

Apa itu Dyslexia Aid?

Dyslexia Aid adalah ekstensi Chrome yang dikembangkan oleh http://nathancorbyn.com, dan fitur utamanya adalah "Color filter that can be applied to any web page to aid in reading".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Dyslexia Aid

Unduh file ekstensi Dyslexia Aid dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Dyslexia Aid Dyslexia Aid
ID emlkeoamhpbpleiedddheaboonhifnco
URL Resmi https://chrome.google.com/webstore/detail/dyslexia-aid/emlkeoamhpbpleiedddheaboonhifnco
Deskripsi Color filter that can be applied to any web page to aid in reading
Ukuran File 1.42 MB
Jumlah Instalasi 1,000
Versi Saat Ini 0.1.5
Terakhir Diperbarui 2016-02-12
Tanggal Publikasi 2016-02-12
Penilaian 2.33/5 Total 9 Penilaian
Pengembang http://nathancorbyn.com
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}