Canvas Grades Extension
An Extension to view all your Grades on the Courses Pages!
Hvad er Canvas Grades Extension?
Canvas Grades Extension er en Chrome-udvidelse udviklet af anish.kondepudi, og dens hovedfunktion er "An Extension to view all your Grades on the Courses Pages!".
Udvidelsesskærmbilleder
Download Canvas Grades Extension-udvidelses-CRX-fil
Download Canvas Grades Extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Canvas Grades Extension |
ID | fneahceogligokfcllminogbilaamgbd |
Officiel URL | https://chromewebstore.google.com/detail/canvas-grades-extension/fneahceogligokfcllminogbilaamgbd |
Beskrivelse | An Extension to view all your Grades on the Courses Pages! |
Filstørrelse | 490 KB |
Antal Installationer | 3,088 |
Nuværende Version | 0.0.0.3 |
Senest Opdateret | 2020-12-20 |
Udgivelsesdato | 2020-12-02 |
Bedømmelse | 5.00/5 Samlet 11 Bedømmelser |
Udvikler | anish.kondepudi |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/anish-kondepudi/canvas-grades-extension |
Understøttede Sprog | 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" } } |