PowerSchool PLUS

A browser extension to give your PowerSchool student interface the features you need. Developed by Jaeheon Shim.

PowerSchool PLUS क्या है?

PowerSchool PLUS Jaeheon Shim द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A browser extension to give your PowerSchool student interface the features you need. Developed by Jaeheon Shim."।

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

screenshot
screenshot

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

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

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

                        Are you tired of the boring, plain, white background that you see every time you log in to check your grades? Do not worry, as this extension will apply a dark theme to your PowerSchool dashboard and change the color scheme for you. This extension will also automatically calculate your unweighted grade point average (GPA) if your school has disabled the feature within PowerSchool.

--------Changelog--------
0.3.0 - BETA: See how your grade will change from editing the outcome of an assignment. This feature could be useful if a teacher hasn't put in a grade yet, and you would like to see the outcome on your PowerSchool. (This obviously doesn't actually change your grade)

0.2.1 - Fix GPA calculation error (Removed classes with no grade from being counted in the average), added GPA average for all grading periods

0.2.0 - Add GPA calculation support for schools that have disabled GPA calculation, add toggle options for dark theme and GPA calculation

0.1.1 - Fix unreadable white text header on sidebar, disable dark mode on unsupported sites                    

एक्सटेंशन की मूल जानकारी

नाम PowerSchool PLUS PowerSchool PLUS
ID fccdnjdddfffdbefafflgcmfaelhhmki
आधिकारिक URL https://chromewebstore.google.com/detail/powerschool-plus/fccdnjdddfffdbefafflgcmfaelhhmki
विवरण A browser extension to give your PowerSchool student interface the features you need. Developed by Jaeheon Shim.
फ़ाइल का आकार 10.18 KB
स्थापना संख्या 606
वर्तमान संस्करण 0.3.0
अंतिम अपडेट 2020-01-27
प्रकाशन तिथि 2020-01-27
रेटिंग 2.33/5 कुल 3 रेटिंग्स
डेवलपर Jaeheon Shim
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "PowerSchool PLUS"
    },
    "content_scripts": [
        {
            "js": [
                "mainPageEditScript.js",
                "mainPageProcessor.js"
            ],
            "matches": [
                "https:\/\/powerschool.bcsc.k12.in.us\/guardian\/home.html",
                "https:\/\/powerschool.bcsc.k12.in.us\/guardian\/scores.html*"
            ]
        },
        {
            "js": [
                "assignmentPageEditScript.js",
                "gradeEditCalculator.js"
            ],
            "matches": [
                "https:\/\/powerschool.bcsc.k12.in.us\/guardian\/scores.html*"
            ]
        }
    ],
    "description": "A browser extension to give your PowerSchool student interface the features you need.\n Developed by Jaeheon Shim.",
    "icons": {
        "128": "icon-128.png",
        "16": "icon-16.png"
    },
    "manifest_version": 2,
    "name": "PowerSchool PLUS",
    "permissions": [
        "storage"
    ],
    "version": "0.3.0"
}