PowerStudent
Adds helpful tools and information to WHPS PowerSchool page for students
Qu'est-ce que PowerStudent ?
PowerStudent est une extension Chrome développée par Eric Zeiberg, et sa fonction principale est "Adds helpful tools and information to WHPS PowerSchool page for students".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension PowerStudent
Téléchargez les fichiers d'extension PowerStudent au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Designed for use by West Hartford Public School students This extension adds a lot of new functionality to your PowerSchool page! FEATURES: - Add "fake" assignments to a class to see how they will affect your average ("If I get an 85 on my test, what grade will I have now?") - Remove assignments from a class to see how they would affect your average ("Rats! If I hadn't gotten a D on that essay, my grade would be a...") - See your GPA per quarter / semester live, as grades change. This extension works with both total point grading systems and weighted grading systems. MORE TO COME SOON! PS: This extension is still in beta, there will probably be bugs here and there. Please report back to Eric if you find a bug.
Informations de Base sur l'Extension
Nom | PowerStudent |
ID | jlapkdomihdknaijbhjgcmhcnjebemmn |
URL Officiel | https://chromewebstore.google.com/detail/powerstudent/jlapkdomihdknaijbhjgcmhcnjebemmn |
Description | Adds helpful tools and information to WHPS PowerSchool page for students |
Taille du Fichier | 270 KB |
Nombre d'Installations | 59 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2016-10-17 |
Date de Publication | 2016-10-16 |
Développeur | Eric Zeiberg |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://ericzeiberg.com |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PowerStudent", "description": "Adds helpful tools and information to WHPS PowerSchool page for students", "version": "1.1", "background": { "scripts": [ "jquery.min.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/powerschool.whps.org\/guardian\/scores.html?*" ], "js": [ "jquery.min.js", "gradesPage.js" ] }, { "matches": [ "https:\/\/powerschool.whps.org\/guardian\/home.html" ], "js": [ "jquery.min.js", "mainPage.js" ] } ], "icons": { "16": "icon-ps.png", "48": "icon-ps.png", "128": "icon-ps.png" }, "permissions": [ "http:\/\/powerschool.whps.org\/", "https:\/\/powerschool.whps.org\/", "https:\/\/powerschool.whps.org\/public\/", "tabs", "storage", "cookies", "notifications" ] } |