PowerStudent

Adds helpful tools and information to WHPS PowerSchool page for students

PowerStudent là gì?

PowerStudent là một tiện ích mở rộng Chrome được phát triển bởi Eric Zeiberg, và tính năng chính của nó là "Adds helpful tools and information to WHPS PowerSchool page for students".

Ả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 PowerStudent

Tải xuống các tệp mở rộng PowerStudent 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

                        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.                    

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

Tên PowerStudent PowerStudent
ID jlapkdomihdknaijbhjgcmhcnjebemmn
URL Chính Thức https://chromewebstore.google.com/detail/powerstudent/jlapkdomihdknaijbhjgcmhcnjebemmn
Mô tả Adds helpful tools and information to WHPS PowerSchool page for students
Kích Thước Tệp 270 KB
Số Lần Cài Đặt 59
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2016-10-17
Ngày Phát Hành 2016-10-16
Nhà Phát Triển Eric Zeiberg
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://ericzeiberg.com
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}