CanvasCape

A suite of tools that enhance the Canvas LMS. Each tool is simple and designed with students and teaching teams in mind.

CanvasCapeคืออะไร?

CanvasCape เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Gabe Abrams และคุณลักษณะหลักของมันคือ "A suite of tools that enhance the Canvas LMS. Each tool is simple and designed with students and teaching teams in mind."

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

screenshot
screenshot

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

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

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

                        This extension adds a suite of useful tools to the Canvas LMS. After you *install* and *pin* this extension in Chrome, all you have to do is visit a Canvas course or account and click the red cape icon in your browser (see the screenshots).

Found a bug? Have ideas? Email [email protected]. We'd love to get your feedback!

Your security and privacy are paramount and that's why CanvasCape operates entirely in your browser: all processing and visualization, happens on your machine. We don't host any databases. This tool doesn't even have servers.

CanvasCape is not endorsed by or associated with Canvas, Instructure, Harvard University.

Copyright 2024, Gabriel Abrams, All rights reserved.

––– ––– –––

By using this add-on, you agree to our terms & conditions:

• Use CanvasCape at your own risk.
• The software is provided 'as is', without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose, title and non-infringement. In no event shall the copyright holders or anyone distributing the software be liable for any damages or other liability, whether in contract, tort, or otherwise, arising from, out of or in connection with the software or the use of other dealings in the software.
• In no event shall the copyright holders or anyone distributing the software be liable for users' violation of any law, policy, or regulation, including but not limited to FERPA and GDPR.                    

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

ชื่อ CanvasCape CanvasCape
ID mlahdfgjbidfdlhmpmfnikheobfeibeg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/canvascape/mlahdfgjbidfdlhmpmfnikheobfeibeg
คำอธิบาย A suite of tools that enhance the Canvas LMS. Each tool is simple and designed with students and teaching teams in mind.
ขนาดไฟล์ 2.14 MB
จำนวนการติดตั้ง 1,717
เวอร์ชันปัจจุบัน 3.3
อัปเดตครั้งล่าสุด 2024-01-24
วันที่เผยแพร่ 2020-10-03
คะแนน 5.00/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา Gabe Abrams
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CanvasCape",
    "short_name": "CanvasCape",
    "version": "3.3",
    "description": "A suite of tools that enhance the Canvas LMS. Each tool is simple and designed with students and teaching teams in mind.",
    "action": {
        "default_title": "Launch CanvasCape",
        "default_popup": "preLaunch.html"
    },
    "manifest_version": 3,
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "icons": {
        "128": "resources\/logo128.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "resources\/*.png",
                "resources\/*.jpg",
                "libraries\/*.js",
                "adders\/*.js",
                "scripts\/*.js",
                "tools\/*",
                "toolMaps\/*.js",
                "utils\/*.js",
                "stylesheets\/*.css"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}