Dyslex

dyslexia aid

What is Dyslex?

Dyslex is a Chrome extension developed by patrickschloesser, and its main feature is "dyslexia aid ".

Extension Screenshots

screenshot

Download Dyslex Extension CRX File

Download Dyslex 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

                        Dyslex is a google extension to make navigating the web easier! Whether you have dyslexia, ADHD, or just find the format of pages undesirable, dyslexic will let you change the organization of the text on any page to your liking.                    

Extension Basic Information

Name Dyslex Dyslex
ID geamcicnokmmpmmjjfjghmjienhlkkjc
Official URL https://chrome.google.com/webstore/detail/geamcicnokmmpmmjjfjghmjienhlkkjc
Description dyslexia aid
File Size 75.8 KB
Installation Count 30
Current Version 1.1
Last Updated 2018-09-24
Publish Date 2018-09-24
Developer patrickschloesser
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dyslex",
    "description": "dyslexia aid ",
    "version": "1.1",
    "permissions": [
        "activeTab",
        "tabs",
        "declarativeContent",
        "storage"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/d.png",
            "32": "images\/d.png",
            "48": "images\/d.png",
            "128": "images\/d.png"
        }
    },
    "icons": {
        "16": "images\/d.png",
        "32": "images\/d.png",
        "48": "images\/d.png",
        "128": "images\/d.png"
    },
    "background": {
        "scripts": [
            "content.js",
            "popup.js"
        ],
        "persistent": true
    }
}