Super StudentVUE
Allows you to calculate grades with hypothetical grade changes.
Was ist Super StudentVUE?
Super StudentVUE ist eine Chrome-Erweiterung, die von ubercorb entwickelt wurde, und ihr Hauptmerkmal ist "Allows you to calculate grades with hypothetical grade changes.".
Erweiterungsscreenshots
Super StudentVUE-Erweiterungs-CRX-Datei herunterladen
Laden Sie Super StudentVUE-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
With GradeView being taken down, students need an accessible solution to add/change assignments to calculate their "what-if" grades. Disclaimer: Although I try my best to make this program work most effectively, I am not responsible for the effects of any potential inaccuracies.
Grundlegende Informationen zur Erweiterung
Name | Super StudentVUE |
ID | oadniffmkbpeokbdncbhbagbabadigfk |
Offizielle URL | https://chromewebstore.google.com/detail/super-studentvue/oadniffmkbpeokbdncbhbagbabadigfk |
Beschreibung | Allows you to calculate grades with hypothetical grade changes. |
Dateigröße | 11.66 KB |
Installationsanzahl | 263 |
Aktuelle Version | 0.0.0.2 |
Letztes Update | 2023-01-19 |
Veröffentlichungsdatum | 2023-01-10 |
Bewertung | 3.67/5 Insgesamt 3 Bewertungen |
Entwickler | ubercorb |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Super StudentVUE", "description": "Allows you to calculate grades with hypothetical grade changes.", "version": "0.0.0.2", "manifest_version": 3, "action": { "default_popup": "hello.html", "default_icon": "128x128_logo.png" }, "content_scripts": [ { "js": [ "scripts\/content_v2.js" ], "matches": [ "https:\/\/md-mcps-psv.edupoint.com\/PXP2_Gradebook.aspx*" ] } ], "icons": { "16": "16x16_logo.png", "32": "32x32_logo.png", "48": "48x48_logo.png", "128": "128x128_logo.png" } } |