PowerStudent

Adds helpful tools and information to WHPS PowerSchool page for students

Τι είναι το PowerStudent;

Το PowerStudent είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Eric Zeiberg, και η κύρια λειτουργία του είναι "Adds helpful tools and information to WHPS PowerSchool page for students".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης PowerStudent

Λήψη αρχείων επέκτασης PowerStudent σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα PowerStudent PowerStudent
ID jlapkdomihdknaijbhjgcmhcnjebemmn
Επίσημο URL https://chromewebstore.google.com/detail/powerstudent/jlapkdomihdknaijbhjgcmhcnjebemmn
Περιγραφή Adds helpful tools and information to WHPS PowerSchool page for students
Μέγεθος Αρχείου 270 KB
Αριθμός Εγκαταστάσεων 59
Τρέχουσα Έκδοση 1.1
Τελευταία Ενημέρωση 2016-10-17
Ημερομηνία Δημοσίευσης 2016-10-16
Προγραμματιστής Eric Zeiberg
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://ericzeiberg.com
Υποστηριζόμενες Γλώσσες 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"
    ]
}