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
公式URL 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
Eメール [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"
            ]
        }
    ]
}