Better Canvas

Available in all districts. To start customizing your Canvas LMS experience press on the BetterCanvas button in the top right…

Better Canvasคืออะไร?

Better Canvas เป็นส่วนขยายของ Chrome ที่พัฒนาโดย West Tech Cyber และคุณลักษณะหลักของมันคือ "Available in all districts. To start customizing your Canvas LMS experience press on the BetterCanvas button in the top right…"

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Better Canvas ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Available in all districts.

To start customizing your Canvas LMS experience press on the BetterCanvas button in the top right corner of your browser to begin customizing your own Canvas.

Key Features:

🌙 Dark Mode for Canvas: Say farewell to eye strain during late-night study sessions. BetterCanvas introduces a sleek dark mode for Canvas, providing a soothing, glare-free environment for your educational pursuits.

🎨 Customized Canvas: Tailor your Canvas interface to match your unique style. Choose from a palette of themes, colors, and fonts to create a Canvas that feels truly yours.

💬 Student Chat / Forum: Collaborate effortlessly with your peers within Canvas. BetterCanvas integrates chat and forum features, fostering communication, knowledge-sharing, and peer support within your academic community.

📚 Education-Driven: Developed by students, for students, BetterCanvas is attuned to your academic needs, ensuring an enriched online learning experience.

🌐 Universal Compatibility: BetterCanvas seamlessly integrates with Canvas, the widely-used platform among educational institutions. It's your key to unlocking the full potential of Canvas.

🚀 Continual Enhancements: Our journey doesn't stop here. BetterCanvas is committed to constant evolution and improvement, guaranteeing that your Canvas experience only gets better over time.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Better Canvas Better Canvas
ID abiolbfhbmofpjmbpdknifbjcnajodkb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/better-canvas/abiolbfhbmofpjmbpdknifbjcnajodkb
คำอธิบาย Available in all districts. To start customizing your Canvas LMS experience press on the BetterCanvas button in the top right…
ขนาดไฟล์ 141 KB
จำนวนการติดตั้ง 2,125
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2024-02-24
วันที่เผยแพร่ 2023-09-01
คะแนน 3.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา West Tech Cyber
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://sites.google.com/nv.ccsd.net/parkerrosen/home
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Better Canvas",
    "version": "1.1.0",
    "manifest_version": 3,
    "description": "",
    "homepage_url": "https:\/\/www.google.com",
    "default_locale": "en",
    "background": [],
    "action": {
        "default_title": "Canvas Suite",
        "default_popup": "src\/popup.html"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.instructure.com\/*"
            ],
            "css": [
                "src\/inject\/dark_mode_css_injection.css",
                "src\/inject\/widgets.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.instructure.com\/*"
            ],
            "js": [
                "src\/js\/jquery.js",
                "src\/js\/bootstrap.js",
                "src\/css\/darkly.css",
                "src\/js\/particles.js",
                "src\/js\/main.js",
                "src\/inject\/custom_cards.js"
            ],
            "WORLD": "MAIN",
            "run_at": "document_end"
        }
    ]
}