Dyslexia Toolbox

A toolkit to facilitate reading for people with dyslexia.

What is Dyslexia Toolbox?

Dyslexia Toolbox is a Chrome extension developed by https://arnaudtilbian.com, and its main feature is "A toolkit to facilitate reading for people with dyslexia.".

Extension Screenshots

screenshot

Download Dyslexia Toolbox Extension CRX File

Download Dyslexia Toolbox 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

                        Make reading online easier with this extension. 😇

This extension offers different options to simplify text reading :
    🔹 Use of a font made for dyslexics (Open Dyslexic)
    🔹 Use of a mask to maximize concentration on a portion of text
    🔹 Left alignment of the text

The extension can be disabled  on any page.                    

Extension Basic Information

Name Dyslexia Toolbox Dyslexia Toolbox
ID gpjbfckicpmdjmhgcjoecomooejngkam
Official URL https://chromewebstore.google.com/detail/dyslexia-toolbox/gpjbfckicpmdjmhgcjoecomooejngkam
Description A toolkit to facilitate reading for people with dyslexia.
File Size 60.36 KB
Installation Count 822
Current Version 1.0.2
Last Updated 2020-06-17
Publish Date 2020-06-16
Rating 4.50/5 Total 2 Ratings
Developer https://arnaudtilbian.com
Email [email protected]
Payment Type free
Supported Languages en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_title__",
    "version": "1.0.2",
    "manifest_version": 2,
    "description": "__MSG_description__",
    "homepage_url": "https:\/\/www.arnaudtilbian.com",
    "author": "Arnaud TILBIAN",
    "default_locale": "en",
    "icons": {
        "128": "img\/logo.png"
    },
    "browser_action": {
        "default_icon": "img\/logo.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "tabs",
        "",
        "storage",
        "tabs"
    ],
    "web_accessible_resources": [
        "\/fonts\/OpenDyslexic-Regular.otf",
        "\/css\/client_css_style\/opendyslexic.css",
        "\/css\/client_css_style\/alignleft.css",
        "\/css\/client_css_style\/mask.css"
    ]
}