CheatSheet

Enhance accessibility for Neurodivergence when browsing

什麼是CheatSheet?

CheatSheet是由tmcgraphic開發的Chrome擴展程式,該擴展的主要功能是“Enhance accessibility for Neurodivergence when browsing”。

擴展截圖

下載CheatSheet擴展crx文件

下載CheatSheet擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 CheatSheet CheatSheet
ID mgfdddgcpjkoondkodggdigadgjjklgo
官方網址 https://chromewebstore.google.com/detail/cheatsheet/mgfdddgcpjkoondkodggdigadgjjklgo
簡介 Enhance accessibility for Neurodivergence when browsing
檔案大小 26.44 KB
安裝次數 51
目前版本 0.9
更新時間 2023-04-23
上架時間 2023-04-22
評分 5.00/5 共 1 次評分
開發者 tmcgraphic
電子郵箱 [email protected]
付費類型 free
擴展官網 https://cheatsheetextension.netlify.app/
隱私政策頁面URL https://tomcreigh.github.io/CheatSheet-Privacy-Policy
支援的語言 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"
            ]
        }
    ]
}