PowerGPA
This extension calculates your current GPA
Vad är PowerGPA?
PowerGPA är en Chrome-tillägg utvecklad av Braeden Smith, och dess huvudfunktion är "This extension calculates your current GPA".
Tilläggsskärmbilder
Ladda ner PowerGPA-förlängningens CRX-fil
Ladda ner PowerGPA-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
***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äggande Information om Tillägg
Namn | PowerGPA |
ID | bdbhephmimagiadamkkipjedljddgncb |
Officiell webbadress | https://chromewebstore.google.com/detail/powergpa/bdbhephmimagiadamkkipjedljddgncb |
Beskrivning | This extension calculates your current GPA |
Filstorlek | 481 KB |
Antal Installationer | 620 |
Aktuell Version | 1.0.5 |
Senast Uppdaterad | 2018-12-18 |
Publiceringsdatum | 2018-12-17 |
Betyg | 4.43/5 Totalt 7 Betyg |
Utvecklare | Braeden Smith |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } |