Dyslexia Toolbox

A toolkit to facilitate reading for people with dyslexia.

Was ist Dyslexia Toolbox?

Dyslexia Toolbox ist eine Chrome-Erweiterung, die von https://arnaudtilbian.com entwickelt wurde, und ihr Hauptmerkmal ist "A toolkit to facilitate reading for people with dyslexia.".

Erweiterungsscreenshots

screenshot

Dyslexia Toolbox-Erweiterungs-CRX-Datei herunterladen

Laden Sie Dyslexia Toolbox-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Dyslexia Toolbox Dyslexia Toolbox
ID gpjbfckicpmdjmhgcjoecomooejngkam
Offizielle URL https://chromewebstore.google.com/detail/dyslexia-toolbox/gpjbfckicpmdjmhgcjoecomooejngkam
Beschreibung A toolkit to facilitate reading for people with dyslexia.
Dateigröße 60.36 KB
Installationsanzahl 822
Aktuelle Version 1.0.2
Letztes Update 2020-06-17
Veröffentlichungsdatum 2020-06-16
Bewertung 4.50/5 Insgesamt 2 Bewertungen
Entwickler https://arnaudtilbian.com
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}