PowerGPA
This extension calculates your current GPA
Hvad er PowerGPA?
PowerGPA er en Chrome-udvidelse udviklet af Braeden Smith, og dens hovedfunktion er "This extension calculates your current GPA".
Udvidelsesskærmbilleder
Download PowerGPA-udvidelses-CRX-fil
Download PowerGPA-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
***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.
Grundlæggende oplysninger om udvidelsen
Navn | PowerGPA |
ID | bdbhephmimagiadamkkipjedljddgncb |
Officiel URL | https://chromewebstore.google.com/detail/powergpa/bdbhephmimagiadamkkipjedljddgncb |
Beskrivelse | This extension calculates your current GPA |
Filstørrelse | 481 KB |
Antal Installationer | 620 |
Nuværende Version | 1.0.5 |
Senest Opdateret | 2018-12-18 |
Udgivelsesdato | 2018-12-17 |
Bedømmelse | 4.43/5 Samlet 7 Bedømmelser |
Udvikler | Braeden Smith |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |