PHS GPA Calc

PHS GPA Calculator

What is PHS GPA Calc?

PHS GPA Calc is a Chrome extension developed by phsgpacalc, and its main feature is "PHS GPA Calculator".

Extension Screenshots

screenshot

Download PHS GPA Calc Extension CRX File

Download PHS GPA Calc extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name PHS GPA Calc PHS GPA Calc
ID gjicfcpmfffhmbkdcbomdakjkpgddflb
Official URL https://chromewebstore.google.com/detail/phs-gpa-calc/gjicfcpmfffhmbkdcbomdakjkpgddflb
Description PHS GPA Calculator
File Size 4.04 KB
Installation Count 26
Current Version 1.1.3
Last Updated 2019-07-12
Publish Date 2019-07-12
Rating 5.00/5 Total 1 Ratings
Developer phsgpacalc
Email [email protected]
Payment Type free
Extension Website https://github.com/RogerTheRabbit/PHS-GPA-Calculator-Chrome-Extension
Supported Languages 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"
    }
}