PHS GPA Calc
PHS GPA Calculator
Wat is PHS GPA Calc?
PHS GPA Calc is een Chrome-extensie ontwikkeld door phsgpacalc, en de belangrijkste functie is "PHS GPA Calculator".
Extensie Screenshots
Download het CRX-bestand van de extensie PHS GPA Calc
Download PHS GPA Calc-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Calculates your cumulative unweighted GPA and displays it on Genesis. On Genesis, go to: Grading > GRADE HISTORY Note: This was made for students of Paramus High School by a Paramus High School student and is not an official report of your unweighted GPA. Scale used: A+ = 4.00 A = 4.00 A- = 3.70 B+ = 3.30 B = 3.00 B- = 2.70 C+ = 2.30 C = 2.00 C- = 1.70 D+ = 1.30 D = 1.00 F = 0.00 P = Unaccounted for If you have a grade that is not in the scale listed above, it does not get added towards your GPA and is considered unaccounted for.
Basisinformatie over de Extensie
Naam | PHS GPA Calc |
ID | gjicfcpmfffhmbkdcbomdakjkpgddflb |
Officiële URL | https://chromewebstore.google.com/detail/phs-gpa-calc/gjicfcpmfffhmbkdcbomdakjkpgddflb |
Beschrijving | PHS GPA Calculator |
Bestandsgrootte | 4.04 KB |
Aantal Installaties | 26 |
Huidige Versie | 1.1.3 |
Laatst Bijgewerkt | 2019-07-12 |
Publicatiedatum | 2019-07-12 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | phsgpacalc |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/RogerTheRabbit/PHS-GPA-Calculator-Chrome-Extension |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PHS GPA Calc", "description": "PHS GPA Calculator", "version": "1.1.3", "content_scripts": [ { "matches": [ "https:\/\/*.paramus.k12.nj.us\/genesis\/parents?tab1=studentdata&tab2=grading&tab3=history&action=form&studentid=*" ], "js": [ "grade_history.js" ] } ], "browser_action": { "default_icon": "icon.png" } } |