Demarest GPA Calculator
This extension calculates the GPA for Northern Valley Regional High School at Demarest Students
Was ist Demarest GPA Calculator?
Demarest GPA Calculator ist eine Chrome-Erweiterung, die von Inpyo Lee entwickelt wurde, und ihr Hauptmerkmal ist "This extension calculates the GPA for Northern Valley Regional High School at Demarest Students".
Erweiterungsscreenshots
Demarest GPA Calculator-Erweiterungs-CRX-Datei herunterladen
Laden Sie Demarest GPA Calculator-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
free, easy, and open-source GPA calculator for NVD students. Feedback: https://github.com/tenebo/DemarestGPA/issues Change Log: [3.3.0] - patch genesis changes [3.2.1] - patch genesis changes [3.2] - update calculation to see final [3.1] - update calculation [3.0] - update calculation [2.0] - Add unweighted gpa calculation - Add outcome of GPA by changes in grade [1.3] - Remove auto-calculate permission without clicking the app [1.2] - Update UI - Minify code 130KB to 78KB - Add auto-calculate permission [1.1] - First release
Grundlegende Informationen zur Erweiterung
Name | Demarest GPA Calculator |
ID | pggbiifbjifdpjccconjffpfaidfifbd |
Offizielle URL | https://chromewebstore.google.com/detail/demarest-gpa-calculator/pggbiifbjifdpjccconjffpfaidfifbd |
Beschreibung | This extension calculates the GPA for Northern Valley Regional High School at Demarest Students |
Dateigröße | 60.47 KB |
Installationsanzahl | 549 |
Aktuelle Version | 3.3.1 |
Letztes Update | 2024-01-09 |
Veröffentlichungsdatum | 2023-01-05 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Inpyo Lee |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/tenebo/DemarestGPA |
Hilfeseite URL | https://www.paypal.com/paypalme/paid529 |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Demarest GPA Calculator", "description": "This extension calculates the GPA for Northern Valley Regional High School at Demarest Students", "version": "3.3.1", "author": "Inpyo Lee", "permissions": [ "activeTab", "scripting" ], "action": { "default_icon": ".\/images\/icon.png", "default_title": "Demarest GPA", "default_popup": ".\/popup.html" } } |