PHS GPA Calc
PHS GPA Calculator
Qu'est-ce que PHS GPA Calc ?
PHS GPA Calc est une extension Chrome développée par phsgpacalc, et sa fonction principale est "PHS GPA Calculator".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension PHS GPA Calc
Téléchargez les fichiers d'extension PHS GPA Calc au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | PHS GPA Calc |
ID | gjicfcpmfffhmbkdcbomdakjkpgddflb |
URL Officiel | https://chromewebstore.google.com/detail/phs-gpa-calc/gjicfcpmfffhmbkdcbomdakjkpgddflb |
Description | PHS GPA Calculator |
Taille du Fichier | 4.04 KB |
Nombre d'Installations | 26 |
Version Actuelle | 1.1.3 |
Dernière Mise à Jour | 2019-07-12 |
Date de Publication | 2019-07-12 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | phsgpacalc |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/RogerTheRabbit/PHS-GPA-Calculator-Chrome-Extension |
Langues Prises en Charge | 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" } } |