Dyslens

Dyslens is making the web more accessible for people who have different reading needs and suffering with dyslexia.

Qu'est-ce que Dyslens ?

Dyslens est une extension Chrome développée par https://richmondcroft.com, et sa fonction principale est "Dyslens is making the web more accessible for people who have different reading needs and suffering with dyslexia.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Dyslens

Téléchargez les fichiers d'extension Dyslens 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

                        Dyslens is a open source chrome extension, built and designed to make web more accessible for people who have different reading needs and suffering with dyslexia.

Features:
* Text to speech
* Text font and color custom update
* Line focus to improve readability and focus
* Overlay Tint to make reading easier on the eyes                    

Informations de Base sur l'Extension

Nom Dyslens Dyslens
ID mpbkfbafkpkbpmgdcgkmonpfnodgfepo
URL Officiel https://chromewebstore.google.com/detail/dyslens/mpbkfbafkpkbpmgdcgkmonpfnodgfepo
Description Dyslens is making the web more accessible for people who have different reading needs and suffering with dyslexia.
Taille du Fichier 1.12 MB
Nombre d'Installations 131
Version Actuelle 1.0.7
Dernière Mise à Jour 2023-03-22
Date de Publication 2022-10-15
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://richmondcroft.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://richmondcroft.com/
URL de la Page d'Aide https://richmondcroft.com/
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.721b7357.png",
        "48": "icon48.f544afcb.png",
        "128": "icon128.6aa15eb0.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.721b7357.png",
            "48": "icon48.f544afcb.png"
        },
        "default_popup": "popup.d334c8be.html"
    },
    "version": "1.0.7",
    "name": "Dyslens",
    "description": "Dyslens is making the web more accessible for people who have different reading needs and suffering with dyslexia.",
    "author": "RichmondCroft",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "TextStyles.bdeafcfa.js"
            ],
            "css": []
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "TextToSpeech.31c9c492.js"
            ],
            "css": []
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "contents.7868605b.js"
            ],
            "css": []
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "LineFocus.b8ce7988.js"
            ],
            "css": []
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "Overlay.2fff991f.js"
            ],
            "css": []
        }
    ],
    "permissions": [
        "storage",
        "tts"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/css\/index.css",
                "assets\/fonts\/ComicSans-Regular.ttf",
                "assets\/fonts\/OpenDyslexic-Regular.woff",
                "assets\/fonts\/OpenSans-Regular.ttf",
                "assets\/icon512.png"
            ],
            "matches": [
                ""
            ]
        },
        {
            "matches": [
                ""
            ],
            "resources": [
                "LineFocus.9e915bca.css"
            ]
        },
        {
            "matches": [
                ""
            ],
            "resources": [
                "Overlay.3c6c566a.css"
            ]
        }
    ]
}