Dyslexia

Help people with dyslexia

Cos'è Dyslexia?

Dyslexia è un'estensione di Chrome sviluppata da pirecnikboris, e la sua funzione principale è "Help people with dyslexia".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Dyslexia

Scarica i file di estensione Dyslexia in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        An online extension that can change the look of websites and made them friendly for dyslectic people. With it, we can change the color, size, and type of font.                    

Informazioni di Base sull'Estensione

Nome Dyslexia Dyslexia
ID hjpabbdnmkdifemnikbiecgkgnjipofj
URL Ufficiale https://chromewebstore.google.com/detail/dyslexia/hjpabbdnmkdifemnikbiecgkgnjipofj
Descrizione Help people with dyslexia
Dimensione del File 41.8 KB
Conteggio Installazioni 31
Versione Corrente 2.1
Ultimo Aggiornamento 2017-11-15
Data di Pubblicazione 2017-11-15
Sviluppatore pirecnikboris
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.dislect.com/email.php
Lingue Supportate en
manifest.json
{
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "mainscript.js",
                "Scripts\/saveSettings.js",
                "Scripts\/changeSettings.js"
            ],
            "matches": [
                "https:\/\/*.wikipedia.org\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "object-src 'self'; script-src 'self' 'sha256-fcodUNsBEAYn1w9x6CH4qRgOHbDiUINvuu0h+dMrkyk=' 'sha256-8\/svmQ1a6mVw7Z51b\/Kk+TSoOGFnIvAwrib+eBAAink='",
    "description": "Help people with dyslexia",
    "icons": {
        "16": "Images\/icon19.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAt0iRIpMRGy1gDXuFe4dc9WsXt4veasbu0tLG5Ub8aKGG3lTzTKjPH4a3n9HtqOB77llIWdNVmhVB8baz3NSI1u7Ti26hc9KbRGiBcOlfg7s50onLh5tz+CjetmSY7hcekHOtGkYaB66FblndzFnJIvnHL5jFNAFVshncsUxVjT2fOWrM6KLtO2P2UXvqj4k9fshLOBzAVdYCA9XwtbQcxtUMcgUO5eRZo6JmG3J3aXVHkLQDEizq9tM45CR\/qdCXBcaKSRgBt1v0vhdWtwzNWUtLdNJDw7LFwcWuRvaWmQbI+eDwiP++oasz01W4J3p6TgxCGZ\/ACMvfOpvvlPp7YwIDAQAB",
    "manifest_version": 2,
    "name": "Dyslexia",
    "options_page": "settings.html",
    "permissions": [
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.1",
    "background": {
        "scripts": [
            "Scripts\/background.js"
        ],
        "persistent": false
    }
}