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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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