PowerGPA

This extension calculates your current GPA

PowerGPAคืออะไร?

PowerGPA เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Braeden Smith และคุณลักษณะหลักของมันคือ "This extension calculates your current GPA"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PowerGPA

ดาวน์โหลดไฟล์ส่วนขยาย PowerGPA ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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