PowerStudent
Adds helpful tools and information to WHPS PowerSchool page for students
What is PowerStudent?
PowerStudent is a Chrome extension developed by Eric Zeiberg, and its main feature is "Adds helpful tools and information to WHPS PowerSchool page for students".
Extension Screenshots
Download PowerStudent Extension CRX File
Download PowerStudent extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | PowerStudent |
ID | jlapkdomihdknaijbhjgcmhcnjebemmn |
Official URL | https://chromewebstore.google.com/detail/powerstudent/jlapkdomihdknaijbhjgcmhcnjebemmn |
Description | Adds helpful tools and information to WHPS PowerSchool page for students |
File Size | 270 KB |
Installation Count | 59 |
Current Version | 1.1 |
Last Updated | 2016-10-17 |
Publish Date | 2016-10-16 |
Developer | Eric Zeiberg |
[email protected] | |
Payment Type | free |
Extension Website | http://ericzeiberg.com |
Supported Languages | 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" ] } |