PowerStudent
Adds helpful tools and information to WHPS PowerSchool page for students
Cos'è PowerStudent?
PowerStudent è un'estensione di Chrome sviluppata da Eric Zeiberg, e la sua funzione principale è "Adds helpful tools and information to WHPS PowerSchool page for students".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione PowerStudent
Scarica i file di estensione PowerStudent 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
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | jlapkdomihdknaijbhjgcmhcnjebemmn |
| URL Ufficiale | https://chromewebstore.google.com/detail/powerstudent/jlapkdomihdknaijbhjgcmhcnjebemmn |
| Descrizione | Adds helpful tools and information to WHPS PowerSchool page for students |
| Dimensione del File | 270 KB |
| Conteggio Installazioni | 59 |
| Versione Corrente | 1.1 |
| Ultimo Aggiornamento | 2016-10-17 |
| Data di Pubblicazione | 2016-10-16 |
| Sviluppatore | Eric Zeiberg |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://ericzeiberg.com |
| Lingue Supportate | 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"
]
} | |