CheatSheet

Enhance accessibility for Neurodivergence when browsing

Qu'est-ce que CheatSheet ?

CheatSheet est une extension Chrome développée par tmcgraphic, et sa fonction principale est "Enhance accessibility for Neurodivergence when browsing".

Captures d'Écran de l'Extension

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

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

                        CheatSheet is a free to us, open-source browser extension aimed at making navigating the internet easier to neurodivergent students. Currently, CheatSheet’s tools cater to users with Dyslexia, Dyscalculia and ADHD.

CheatSheet was developed as part of my final year college project. That being said, I plan to continue updating the extension and adding new features.                    

Informations de Base sur l'Extension

Nom CheatSheet CheatSheet
ID mgfdddgcpjkoondkodggdigadgjjklgo
URL Officiel https://chromewebstore.google.com/detail/cheatsheet/mgfdddgcpjkoondkodggdigadgjjklgo
Description Enhance accessibility for Neurodivergence when browsing
Taille du Fichier 26.44 KB
Nombre d'Installations 51
Version Actuelle 0.9
Dernière Mise à Jour 2023-04-23
Date de Publication 2023-04-22
Évaluation 5.00/5 Total 1 Évaluations
Développeur tmcgraphic
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://cheatsheetextension.netlify.app/
URL de la Page de Politique de Confidentialité https://tomcreigh.github.io/CheatSheet-Privacy-Policy
Langues Prises en Charge en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "CheatSheet",
    "description": "Enhance accessibility for Neurodivergence when browsing",
    "version": "0.9",
    "icons": {
        "16": "img\/icon_16.png",
        "32": "img\/icon_32.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "img\/icon_16.png",
            "32": "img\/icon_32.png",
            "48": "img\/icon_48.png",
            "128": "img\/icon_128.png"
        },
        "default_popup": "popup.html"
    },
    "options_page": "options\/options.html",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ]
}