Dyslexia Toolbox

A toolkit to facilitate reading for people with dyslexia.

Qu'est-ce que Dyslexia Toolbox ?

Dyslexia Toolbox est une extension Chrome développée par https://arnaudtilbian.com, et sa fonction principale est "A toolkit to facilitate reading for people with dyslexia.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Dyslexia Toolbox

Téléchargez les fichiers d'extension Dyslexia Toolbox au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Dyslexia Toolbox Dyslexia Toolbox
ID gpjbfckicpmdjmhgcjoecomooejngkam
URL Officiel https://chromewebstore.google.com/detail/dyslexia-toolbox/gpjbfckicpmdjmhgcjoecomooejngkam
Description A toolkit to facilitate reading for people with dyslexia.
Taille du Fichier 60.36 KB
Nombre d'Installations 822
Version Actuelle 1.0.2
Dernière Mise à Jour 2020-06-17
Date de Publication 2020-06-16
Évaluation 4.50/5 Total 2 Évaluations
Développeur https://arnaudtilbian.com
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}