Super StudentVUE
Allows you to calculate grades with hypothetical grade changes.
Co je Super StudentVUE?
Super StudentVUE je rozšíření Chrome vyvinuté ubercorb, a jeho hlavní funkcí je „Allows you to calculate grades with hypothetical grade changes.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Super StudentVUE
Stáhněte si soubory rozšíření Super StudentVUE ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Super StudentVUE |
ID | oadniffmkbpeokbdncbhbagbabadigfk |
Oficiální URL | https://chromewebstore.google.com/detail/super-studentvue/oadniffmkbpeokbdncbhbagbabadigfk |
Popis | Allows you to calculate grades with hypothetical grade changes. |
Velikost souboru | 11.66 KB |
Počet instalací | 263 |
Aktuální Verze | 0.0.0.2 |
Poslední Aktualizace | 2023-01-19 |
Datum Vydání | 2023-01-10 |
Hodnocení | 3.67/5 Celkem 3 Hodnocení |
Vývojář | ubercorb |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" } } |