Dyslexia
Help people with dyslexia
Wat is Dyslexia?
Dyslexia is een Chrome-extensie ontwikkeld door pirecnikboris, en de belangrijkste functie is "Help people with dyslexia".
Extensie Screenshots
Download het CRX-bestand van de extensie Dyslexia
Download Dyslexia-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Dyslexia |
ID | hjpabbdnmkdifemnikbiecgkgnjipofj |
Officiële URL | https://chromewebstore.google.com/detail/dyslexia/hjpabbdnmkdifemnikbiecgkgnjipofj |
Beschrijving | Help people with dyslexia |
Bestandsgrootte | 41.8 KB |
Aantal Installaties | 31 |
Huidige Versie | 2.1 |
Laatst Bijgewerkt | 2017-11-15 |
Publicatiedatum | 2017-11-15 |
Ontwikkelaar | pirecnikboris |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://www.dislect.com/email.php |
Ondersteunde Talen | 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 } } |