CheatSheet

Enhance accessibility for Neurodivergence when browsing

What is CheatSheet?

CheatSheet is a Chrome extension developed by tmcgraphic, and its main feature is "Enhance accessibility for Neurodivergence when browsing".

Extension Screenshots

Download CheatSheet Extension CRX File

Download CheatSheet extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name CheatSheet CheatSheet
ID mgfdddgcpjkoondkodggdigadgjjklgo
Official URL https://chromewebstore.google.com/detail/cheatsheet/mgfdddgcpjkoondkodggdigadgjjklgo
Description Enhance accessibility for Neurodivergence when browsing
File Size 26.44 KB
Installation Count 51
Current Version 0.9
Last Updated 2023-04-23
Publish Date 2023-04-22
Rating 5.00/5 Total 1 Ratings
Developer tmcgraphic
Email [email protected]
Payment Type free
Extension Website https://cheatsheetextension.netlify.app/
Privacy Policy Page URL https://tomcreigh.github.io/CheatSheet-Privacy-Policy
Supported Languages 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"
            ]
        }
    ]
}