Dyslexia
Help people with dyslexia
What is Dyslexia?
Dyslexia is a Chrome extension developed by pirecnikboris, and its main feature is "Help people with dyslexia".
Extension Screenshots
Download Dyslexia Extension CRX File
Download Dyslexia extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Dyslexia |
ID | hjpabbdnmkdifemnikbiecgkgnjipofj |
Official URL | https://chromewebstore.google.com/detail/dyslexia/hjpabbdnmkdifemnikbiecgkgnjipofj |
Description | Help people with dyslexia |
File Size | 41.8 KB |
Installation Count | 31 |
Current Version | 2.1 |
Last Updated | 2017-11-15 |
Publish Date | 2017-11-15 |
Developer | pirecnikboris |
[email protected] | |
Payment Type | free |
Extension Website | http://www.dislect.com/email.php |
Supported Languages | 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 } } |