PHS GPA Calc
PHS GPA Calculator
Hvad er PHS GPA Calc?
PHS GPA Calc er en Chrome-udvidelse udviklet af phsgpacalc, og dens hovedfunktion er "PHS GPA Calculator".
Udvidelsesskærmbilleder
Download PHS GPA Calc-udvidelses-CRX-fil
Download PHS GPA Calc-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | gjicfcpmfffhmbkdcbomdakjkpgddflb |
| Officiel URL | https://chromewebstore.google.com/detail/phs-gpa-calc/gjicfcpmfffhmbkdcbomdakjkpgddflb |
| Beskrivelse | PHS GPA Calculator |
| Filstørrelse | 4.04 KB |
| Antal Installationer | 26 |
| Nuværende Version | 1.1.3 |
| Senest Opdateret | 2019-07-12 |
| Udgivelsesdato | 2019-07-12 |
| Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
| Udvikler | phsgpacalc |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/RogerTheRabbit/PHS-GPA-Calculator-Chrome-Extension |
| Understøttede Sprog | 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"
}
} | |