Demarest GPA Calculator
This extension calculates the GPA for Northern Valley Regional High School at Demarest Students
Cos'è Demarest GPA Calculator?
Demarest GPA Calculator è un'estensione di Chrome sviluppata da Inpyo Lee, e la sua funzione principale è "This extension calculates the GPA for Northern Valley Regional High School at Demarest Students".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Demarest GPA Calculator
Scarica i file di estensione Demarest GPA Calculator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Demarest GPA Calculator |
ID | pggbiifbjifdpjccconjffpfaidfifbd |
URL Ufficiale | https://chromewebstore.google.com/detail/demarest-gpa-calculator/pggbiifbjifdpjccconjffpfaidfifbd |
Descrizione | This extension calculates the GPA for Northern Valley Regional High School at Demarest Students |
Dimensione del File | 60.47 KB |
Conteggio Installazioni | 549 |
Versione Corrente | 3.3.1 |
Ultimo Aggiornamento | 2024-01-09 |
Data di Pubblicazione | 2023-01-05 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Inpyo Lee |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/tenebo/DemarestGPA |
URL della Pagina di Aiuto | https://www.paypal.com/paypalme/paid529 |
Lingue Supportate | 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" } } |