PowerGPA

This extension calculates your current GPA

Co je PowerGPA?

PowerGPA je rozšíření Chrome vyvinuté Braeden Smith, a jeho hlavní funkcí je „This extension calculates your current GPA“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření PowerGPA

Stáhněte si soubory rozšíření PowerGPA ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        ***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.                    

Základní Informace o Rozšíření

Název PowerGPA PowerGPA
ID bdbhephmimagiadamkkipjedljddgncb
Oficiální URL https://chromewebstore.google.com/detail/powergpa/bdbhephmimagiadamkkipjedljddgncb
Popis This extension calculates your current GPA
Velikost souboru 481 KB
Počet instalací 620
Aktuální Verze 1.0.5
Poslední Aktualizace 2018-12-18
Datum Vydání 2018-12-17
Hodnocení 4.43/5 Celkem 7 Hodnocení
Vývojář Braeden Smith
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    ]
}