PowerGPA

This extension calculates your current GPA

What is PowerGPA?

PowerGPA is a Chrome extension developed by Braeden Smith, and its main feature is "This extension calculates your current GPA".

Extension Screenshots

screenshot

Download PowerGPA Extension CRX File

Download PowerGPA 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

                        ***1.0.5 note***: WPS decided to change "HNRS" to "HONORS and "A.P." to "AP". Then they changed it back. 
----

This extension takes current accessible grades and displays a calculated GPA from Powerschool. Just go to view your grades normally and your GPA will appear on the top.

This extension is in no way affiliated with Powerschool or any related products. Built for the Westport Public School District currently.

There may be issues with the GPA weighting, message me or email me if this occurs.                    

Extension Basic Information

Name PowerGPA PowerGPA
ID bdbhephmimagiadamkkipjedljddgncb
Official URL https://chromewebstore.google.com/detail/powergpa/bdbhephmimagiadamkkipjedljddgncb
Description This extension calculates your current GPA
File Size 481 KB
Installation Count 620
Current Version 1.0.5
Last Updated 2018-12-18
Publish Date 2018-12-17
Rating 4.43/5 Total 7 Ratings
Developer Braeden Smith
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PowerGPA",
    "description": "This extension calculates your current GPA",
    "version": "1.0.5",
    "browser_action": {
        "default_icon": "smallicon.png"
    },
    "icons": {
        "128": "smallicon.png",
        "48": "smallicon.png",
        "16": "smallicon.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-3.2.1.min.js",
                "content.js"
            ],
            "css": [
                "styles.css"
            ],
            "matches": [
                "https:\/\/*.westportps.org\/guardian\/home.html"
            ]
        }
    ],
    "web_accessible_resources": [
        "*.csv"
    ]
}