PowerGPA

This extension calculates your current GPA

PowerGPA là gì?

PowerGPA là một tiện ích mở rộng Chrome được phát triển bởi Braeden Smith, và tính năng chính của nó là "This extension calculates your current GPA".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng PowerGPA

Tải xuống các tệp mở rộng PowerGPA dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        ***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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên PowerGPA PowerGPA
ID bdbhephmimagiadamkkipjedljddgncb
URL Chính Thức https://chromewebstore.google.com/detail/powergpa/bdbhephmimagiadamkkipjedljddgncb
Mô tả This extension calculates your current GPA
Kích Thước Tệp 481 KB
Số Lần Cài Đặt 620
Phiên Bản Hiện Tại 1.0.5
Cập Nhật Lần Cuối 2018-12-18
Ngày Phát Hành 2018-12-17
Đánh Giá 4.43/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Braeden Smith
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}