PowerStudent

Adds helpful tools and information to WHPS PowerSchool page for students

什麼是PowerStudent?

PowerStudent是由Eric Zeiberg開發的Chrome擴展程式,該擴展的主要功能是“Adds helpful tools and information to WHPS PowerSchool page for students”。

擴展截圖

screenshot

下載PowerStudent擴展crx文件

下載PowerStudent擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 PowerStudent PowerStudent
ID jlapkdomihdknaijbhjgcmhcnjebemmn
官方網址 https://chromewebstore.google.com/detail/powerstudent/jlapkdomihdknaijbhjgcmhcnjebemmn
簡介 Adds helpful tools and information to WHPS PowerSchool page for students
檔案大小 270 KB
安裝次數 59
目前版本 1.1
更新時間 2016-10-17
上架時間 2016-10-16
開發者 Eric Zeiberg
電子郵箱 [email protected]
付費類型 free
擴展官網 http://ericzeiberg.com
支援的語言 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"
    ]
}