Canvas Grades Extension

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

Wat is Canvas Grades Extension?

Canvas Grades Extension is een Chrome-extensie ontwikkeld door anish.kondepudi, en de belangrijkste functie is "An Extension to view all your Grades on the Courses Pages!".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Canvas Grades Extension

Download Canvas Grades Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Canvas Grades Extension Canvas Grades Extension
ID fneahceogligokfcllminogbilaamgbd
Officiële URL https://chromewebstore.google.com/detail/canvas-grades-extension/fneahceogligokfcllminogbilaamgbd
Beschrijving An Extension to view all your Grades on the Courses Pages!
Bestandsgrootte 490 KB
Aantal Installaties 3,088
Huidige Versie 0.0.0.3
Laatst Bijgewerkt 2020-12-20
Publicatiedatum 2020-12-02
Beoordeling 5.00/5 Totaal 11 Beoordelingen
Ontwikkelaar anish.kondepudi
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/anish-kondepudi/canvas-grades-extension
Ondersteunde Talen 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"
    }
}