PowerStudent

Adds helpful tools and information to WHPS PowerSchool page for students

PowerStudent क्या है?

PowerStudent Eric Zeiberg द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds helpful tools and information to WHPS PowerSchool page for students"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में PowerStudent एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}