CheatSheet

Enhance accessibility for Neurodivergence when browsing

CheatSheetคืออะไร?

CheatSheet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tmcgraphic และคุณลักษณะหลักของมันคือ "Enhance accessibility for Neurodivergence when browsing"

ภาพหน้าจอของส่วนขยาย

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CheatSheet

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
            ]
        }
    ]
}