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은(는) West Tech Cyber에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "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

Better Canvas 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
        }
    ]
}