Demarest GPA Calculator
This extension calculates the GPA for Northern Valley Regional High School at Demarest Students
Vad är Demarest GPA Calculator?
Demarest GPA Calculator är en Chrome-tillägg utvecklad av Inpyo Lee, och dess huvudfunktion är "This extension calculates the GPA for Northern Valley Regional High School at Demarest Students".
Tilläggsskärmbilder
Ladda ner Demarest GPA Calculator-förlängningens CRX-fil
Ladda ner Demarest GPA Calculator-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | Demarest GPA Calculator |
ID | pggbiifbjifdpjccconjffpfaidfifbd |
Officiell webbadress | https://chromewebstore.google.com/detail/demarest-gpa-calculator/pggbiifbjifdpjccconjffpfaidfifbd |
Beskrivning | This extension calculates the GPA for Northern Valley Regional High School at Demarest Students |
Filstorlek | 60.47 KB |
Antal Installationer | 549 |
Aktuell Version | 3.3.1 |
Senast Uppdaterad | 2024-01-09 |
Publiceringsdatum | 2023-01-05 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | Inpyo Lee |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/tenebo/DemarestGPA |
Hjälpsida URL | https://www.paypal.com/paypalme/paid529 |
Stödda Språk | 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" } } |