PowerGPA

This extension calculates your current GPA

PowerGPA क्या है?

PowerGPA Braeden Smith द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension calculates your current GPA"।

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

screenshot

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

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

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

                        ***1.0.5 note***: WPS decided to change "HNRS" to "HONORS and "A.P." to "AP". Then they changed it back. 
----

This extension takes current accessible grades and displays a calculated GPA from Powerschool. Just go to view your grades normally and your GPA will appear on the top.

This extension is in no way affiliated with Powerschool or any related products. Built for the Westport Public School District currently.

There may be issues with the GPA weighting, message me or email me if this occurs.                    

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

नाम PowerGPA PowerGPA
ID bdbhephmimagiadamkkipjedljddgncb
आधिकारिक URL https://chromewebstore.google.com/detail/powergpa/bdbhephmimagiadamkkipjedljddgncb
विवरण This extension calculates your current GPA
फ़ाइल का आकार 481 KB
स्थापना संख्या 620
वर्तमान संस्करण 1.0.5
अंतिम अपडेट 2018-12-18
प्रकाशन तिथि 2018-12-17
रेटिंग 4.43/5 कुल 7 रेटिंग्स
डेवलपर Braeden Smith
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PowerGPA",
    "description": "This extension calculates your current GPA",
    "version": "1.0.5",
    "browser_action": {
        "default_icon": "smallicon.png"
    },
    "icons": {
        "128": "smallicon.png",
        "48": "smallicon.png",
        "16": "smallicon.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-3.2.1.min.js",
                "content.js"
            ],
            "css": [
                "styles.css"
            ],
            "matches": [
                "https:\/\/*.westportps.org\/guardian\/home.html"
            ]
        }
    ],
    "web_accessible_resources": [
        "*.csv"
    ]
}