Montville GPA Calculator
This extension calculates the GPA for Montville HS Students
Τι είναι το Montville GPA Calculator;
Το Montville GPA Calculator είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Pepi Martinez, και η κύρια λειτουργία του είναι "This extension calculates the GPA for Montville HS Students".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Montville GPA Calculator
Λήψη αρχείων επέκτασης Montville GPA Calculator σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Elevate your Montville Township High School experience with the GPA Calculator! 🚀 This user-friendly tool empowers students to effortlessly calculate their current GPA directly from their Parent Access Grade Book data. How to Leap Ahead with Your GPA: Download & Install: Grab the extension to get started. Navigate: Head over to your Parent Access grade book. Activate: Find the extension icon (a blue calculator) in your Chrome window's top right corner. Calculate: Click on our Montville GPA Calculator logo, then hit the light blue 'Calculate' button. View Your GPA: Return to the Parent Access page to see your GPA for the marking period in a light blue box with crisp white text. Go Pro for More! Dual GPA Checks: Explore both unweighted and weighted GPA options. Future-Proof: Predict your potential GPA. Switch Modes: Choose between Dark and Light mode for your eyes' comfort. Join Our OpenSource Journey! Dive into the open sourced code: https://github.com/rarepepi/montvillegpa Proudly crafted by MTHS alumni, Pepi and Izzy Martinez, this tool is your gateway to maximizing your academic potential. 📘✨
Βασικές Πληροφορίες Επέκτασης
Όνομα | Montville GPA Calculator |
ID | lljgidmhdkdknodmekcoggcoelndnfgc |
Επίσημο URL | https://chromewebstore.google.com/detail/montville-gpa-calculator/lljgidmhdkdknodmekcoggcoelndnfgc |
Περιγραφή | This extension calculates the GPA for Montville HS Students |
Μέγεθος Αρχείου | 433 KB |
Αριθμός Εγκαταστάσεων | 2,095 |
Τρέχουσα Έκδοση | 5.5 |
Τελευταία Ενημέρωση | 2024-02-08 |
Ημερομηνία Δημοσίευσης | 2019-11-12 |
Αξιολόγηση | 4.67/5 Συνολικά 6 Αξιολογήσεις |
Προγραμματιστής | Pepi Martinez |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | in_app |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Montville GPA Calculator", "description": "This extension calculates the GPA for Montville HS Students", "version": "5.5", "author": "Pepi Martinez", "permissions": [ "activeTab", "storage", "tabs" ], "background": { "service_worker": "background.js" }, "externally_connectable": { "matches": [ "https:\/\/parents.montville.net\/*", "https:\/\/parents.genesisedu.com\/*", "https:\/\/students.c1.genesisedu.net\/*", "https:\/\/parents.c1.genesisedu.net\/*" ] }, "content_scripts": [ { "matches": [ "https:\/\/parents.montville.net\/*", "https:\/\/parents.genesisedu.com\/*", "https:\/\/students.c1.genesisedu.net\/*", "https:\/\/parents.c1.genesisedu.net\/*" ], "js": [ "ExtPay.js", ".\/src\/jquery.min.js", ".\/src\/content_script.js", "umami.js" ], "css": [ ".\/styles\/loader.css" ], "run_at": "document_end" }, { "matches": [ "https:\/\/extensionpay.com\/*" ], "js": [ "ExtPay.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ { "matches": [ " |