Canvas Grades Extension
An Extension to view all your Grades on the Courses Pages!
Was ist Canvas Grades Extension?
Canvas Grades Extension ist eine Chrome-Erweiterung, die von anish.kondepudi entwickelt wurde, und ihr Hauptmerkmal ist "An Extension to view all your Grades on the Courses Pages!".
Erweiterungsscreenshots
Canvas Grades Extension-Erweiterungs-CRX-Datei herunterladen
Laden Sie Canvas Grades Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Canvas Grades Extension |
ID | fneahceogligokfcllminogbilaamgbd |
Offizielle URL | https://chromewebstore.google.com/detail/canvas-grades-extension/fneahceogligokfcllminogbilaamgbd |
Beschreibung | An Extension to view all your Grades on the Courses Pages! |
Dateigröße | 490 KB |
Installationsanzahl | 3,088 |
Aktuelle Version | 0.0.0.3 |
Letztes Update | 2020-12-20 |
Veröffentlichungsdatum | 2020-12-02 |
Bewertung | 5.00/5 Insgesamt 11 Bewertungen |
Entwickler | anish.kondepudi |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/anish-kondepudi/canvas-grades-extension |
Unterstützte Sprachen | 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" } } |