CheatSheet

Enhance accessibility for Neurodivergence when browsing

Wat is CheatSheet?

CheatSheet is een Chrome-extensie ontwikkeld door tmcgraphic, en de belangrijkste functie is "Enhance accessibility for Neurodivergence when browsing".

Extensie Screenshots

Download het CRX-bestand van de extensie CheatSheet

Download CheatSheet-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam CheatSheet CheatSheet
ID mgfdddgcpjkoondkodggdigadgjjklgo
Officiële URL https://chromewebstore.google.com/detail/cheatsheet/mgfdddgcpjkoondkodggdigadgjjklgo
Beschrijving Enhance accessibility for Neurodivergence when browsing
Bestandsgrootte 26.44 KB
Aantal Installaties 51
Huidige Versie 0.9
Laatst Bijgewerkt 2023-04-23
Publicatiedatum 2023-04-22
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar tmcgraphic
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://cheatsheetextension.netlify.app/
URL van de Privacybeleid Pagina https://tomcreigh.github.io/CheatSheet-Privacy-Policy
Ondersteunde Talen 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"
            ]
        }
    ]
}