PowerGPA
This extension calculates your current GPA
Cos'è PowerGPA?
PowerGPA è un'estensione di Chrome sviluppata da Braeden Smith, e la sua funzione principale è "This extension calculates your current GPA".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione PowerGPA
Scarica i file di estensione PowerGPA in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
***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.
Informazioni di Base sull'Estensione
Nome | PowerGPA |
ID | bdbhephmimagiadamkkipjedljddgncb |
URL Ufficiale | https://chromewebstore.google.com/detail/powergpa/bdbhephmimagiadamkkipjedljddgncb |
Descrizione | This extension calculates your current GPA |
Dimensione del File | 481 KB |
Conteggio Installazioni | 620 |
Versione Corrente | 1.0.5 |
Ultimo Aggiornamento | 2018-12-18 |
Data di Pubblicazione | 2018-12-17 |
Valutazione | 4.43/5 Totale 7 Valutazioni |
Sviluppatore | Braeden Smith |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |