Super StudentVUE
Allows you to calculate grades with hypothetical grade changes.
Τι είναι το Super StudentVUE;
Το Super StudentVUE είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον ubercorb, και η κύρια λειτουργία του είναι "Allows you to calculate grades with hypothetical grade changes.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Super StudentVUE
Λήψη αρχείων επέκτασης Super StudentVUE σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Super StudentVUE |
ID | oadniffmkbpeokbdncbhbagbabadigfk |
Επίσημο URL | https://chromewebstore.google.com/detail/super-studentvue/oadniffmkbpeokbdncbhbagbabadigfk |
Περιγραφή | Allows you to calculate grades with hypothetical grade changes. |
Μέγεθος Αρχείου | 11.66 KB |
Αριθμός Εγκαταστάσεων | 263 |
Τρέχουσα Έκδοση | 0.0.0.2 |
Τελευταία Ενημέρωση | 2023-01-19 |
Ημερομηνία Δημοσίευσης | 2023-01-10 |
Αξιολόγηση | 3.67/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | ubercorb |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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" } } |