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文件

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