Canvas Grades Extension

An Extension to view all your Grades on the Courses Pages!

Canvas Grades Extensionคืออะไร?

Canvas Grades Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย anish.kondepudi และคุณลักษณะหลักของมันคือ "An Extension to view all your Grades on the Courses Pages!"

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

screenshot
screenshot

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

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

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

                        The purpose of this Chrome Extension is to give an easy to use, organized view of students' grades, as well as links to those grades and other important files from all classes on the dashboard, which is the default page that the student goes to when they sign in to Canvas.

Note that for the extension to function properly, the user must be using Card View on their Canvas Dashboard and must be a student at UC Davis - the extension may or may not work for other universities/schools.                    

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

ชื่อ Canvas Grades Extension Canvas Grades Extension
ID fneahceogligokfcllminogbilaamgbd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/canvas-grades-extension/fneahceogligokfcllminogbilaamgbd
คำอธิบาย An Extension to view all your Grades on the Courses Pages!
ขนาดไฟล์ 490 KB
จำนวนการติดตั้ง 3,088
เวอร์ชันปัจจุบัน 0.0.0.3
อัปเดตครั้งล่าสุด 2020-12-20
วันที่เผยแพร่ 2020-12-02
คะแนน 5.00/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา anish.kondepudi
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/anish-kondepudi/canvas-grades-extension
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Canvas Grades Extension",
    "version": "0.0.0.3",
    "description": "An Extension to view all your Grades on the Courses Pages!",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/"
            ],
            "js": [
                "EditDashboard.js"
            ]
        }
    ],
    "icons": {
        "128": "canvas_logo.png",
        "48": "canvas_logo.png",
        "16": "canvas_logo.png"
    },
    "browser_action": {
        "default_icon": "canvas_logo.png",
        "default_popup": "popup.html",
        "default_title": "Canvas Grades Extension"
    }
}