Canvas+

CanvasPlus: Power up your learning with color themes, navigation shortcuts, and improved performance.

Canvas+คืออะไร?

Canvas+ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Canvas+ และคุณลักษณะหลักของมันคือ "CanvasPlus: Power up your learning with color themes, navigation shortcuts, and improved performance."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Canvas+ is a free Chrome Browser extension that improves the experience of students using Canvas. Everything you could need, from color themes, to navigation shortcuts, to improved performance.

The extension has an easy-to-use settings menu, and all of our features are toggle-able. 

You have a full suite of appearance settings, including dark and dim mode, custom link colors, and custom sidebar colors and layouts.

Quick Inbox opens a popup on the left side of the page, allowing you to check previews of your emails without reloading the page and possibly losing what you were working on.

If enabled, the Speed Boost feature will preload links while you're idling, resulting in much faster loading speeds of 2x or 4x on struggling connections.

A feature to improve navigation is the search box. The search box can be enabled with Control+K (Command+K on Mac) or with a sidebar button and allows you to search all of your courses for pages and module items.

Rounder Modules does just as the name says, it makes canvas modules rounder.

If the "Smart Scrolling" setting is enabled, you'll see "Scroll to Bottom" and "Back to Top" buttons on pages, discussions, and modules/assignment lists.
This can greatly speed up navigating a course with hundreds of modules.

You can see more features that are being worked on at https://github.com/canvasplus/extension . This project is open source.

The website for Canvas+ is currently https://canvasplus.org/ . This website serves as a hub for FAQ and announcements.                    

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

ชื่อ Canvas+ Canvas+
ID kdkadcnebmokaadholinmnpjelphnghh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/canvas+/kdkadcnebmokaadholinmnpjelphnghh
คำอธิบาย CanvasPlus: Power up your learning with color themes, navigation shortcuts, and improved performance.
ขนาดไฟล์ 1.07 MB
จำนวนการติดตั้ง 43,034
เวอร์ชันปัจจุบัน 0.4.7
อัปเดตครั้งล่าสุด 2024-02-26
วันที่เผยแพร่ 2021-01-19
คะแนน 4.13/5 รวมทั้งหมด 23 คะแนน
ผู้พัฒนา Canvas+
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://canvasplus.org
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Canvas+",
    "version": "0.4.7",
    "manifest_version": 3,
    "description": "CanvasPlus: Power up your learning with color themes, navigation shortcuts, and improved performance.",
    "homepage_url": "https:\/\/canvasplus.org",
    "web_accessible_resources": [
        {
            "resources": [
                "src\/inject\/colors\/apply-variables.css",
                "src\/inject\/colors\/dark.css",
                "src\/inject\/colors\/dim.css",
                "src\/inject\/sidebar\/sidebar.css",
                "src\/inject\/linkcolor\/linkcolor.css",
                "src\/inject\/roundermodules\/roundermodules.css",
                "src\/inject\/hidelogo\/hidelogo.css",
                "src\/inject\/notification\/notification.css",
                "src\/inject\/quiz\/quiz.css",
                "assets\/img\/light.png",
                "assets\/img\/dim.png",
                "assets\/img\/dark.png",
                "assets\/img\/extension-menu.png",
                "assets\/img\/notification-emoji\/heart.png",
                "assets\/img\/notification-emoji\/cake.png",
                "assets\/img\/notification-emoji\/draw.png",
                "assets\/img\/notification-emoji\/star.png",
                "assets\/img\/notification-emoji\/tada.png",
                "assets\/img\/notification-emoji\/magic.png",
                "assets\/img\/notification-emoji\/siren.png",
                "assets\/img\/notification-emoji\/scorecard.png",
                "src\/popup\/popup.html",
                "src\/start\/start.html"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "extension_ids": []
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.instructure.com\/*"
            ],
            "js": [
                "src\/canvas.js",
                "src\/inject\/snackbar\/snackbar.js",
                "src\/inject\/search\/search.js",
                "src\/imported\/quicklink.js",
                "src\/inject\/convopeeker\/convopeeker.js",
                "src\/inject\/notification\/notification.js",
                "src\/inject\/roundermodules\/roundermodules.js",
                "src\/inject\/colors\/color-controller-on-load.js",
                "src\/inject\/scroll\/scroll.js"
            ],
            "css": [
                "src\/canvas.css",
                "src\/inject\/snackbar\/snackbar.css",
                "src\/inject\/search\/search.css",
                "src\/inject\/convopeeker\/convopeeker.css",
                "src\/inject\/notification\/notification.css",
                "src\/inject\/scroll\/scroll.css"
            ]
        },
        {
            "matches": [
                "*:\/\/*.instructure.com\/*"
            ],
            "js": [
                "src\/util.js",
                "src\/inject\/colors\/color-controller.js",
                "src\/inject\/sidebar\/sidebar.js",
                "src\/inject\/linkcolor\/linkcolor.js",
                "src\/inject\/hidelogo\/hidelogo.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.instructure.com\/conversations?*"
            ],
            "js": [
                "src\/inject\/convopeeker\/conversation-param-utils.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.instructure.com\/courses\/*\/quizzes\/*\/take*"
            ],
            "js": [
                "src\/inject\/quiz\/quiz.js"
            ]
        }
    ],
    "action": {
        "default_popup": "src\/popup\/popup.html"
    },
    "background": {
        "service_worker": "src\/background.js"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.instructure.com\/*"
    ],
    "icons": {
        "16": "assets\/icons\/canvas-plus-favicon-active-16.png",
        "48": "assets\/icons\/canvas-plus-favicon-active-48.png",
        "128": "assets\/icons\/canvas-plus-favicon-active-128.png"
    },
    "optional_host_permissions": [
        ""
    ]
}