PowerSchool Grade Calculator

Finals coming up? Want to bump that B+ up to an A? Know what you need with this PowerSchool Grade Calculator. This extension will…

什麼是PowerSchool Grade Calculator?

PowerSchool Grade Calculator是由Jacob Kohn開發的Chrome擴展程式,該擴展的主要功能是“Finals coming up? Want to bump that B+ up to an A? Know what you need with this PowerSchool Grade Calculator. This extension will…”。

擴展截圖

screenshot
screenshot
screenshot

下載PowerSchool Grade Calculator擴展crx文件

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

擴展使用說明

                        Finals coming up? Want to bump that B+ up to an A? Know what you need with this PowerSchool Grade Calculator.

This extension will help you know what you need to get on your finals to raise or keep your grade where it is. Simply give it the number of points your final is and the grade you need in the class and it’ll tell you exactly what you need.                    

擴展基本資訊

名稱 PowerSchool Grade Calculator PowerSchool Grade Calculator
ID bpkfhbeeafocodchajjeacoapdagogaj
官方網址 https://chromewebstore.google.com/detail/powerschool-grade-calcula/bpkfhbeeafocodchajjeacoapdagogaj
簡介 Finals coming up? Want to bump that B+ up to an A? Know what you need with this PowerSchool Grade Calculator. This extension will…
檔案大小 5.7 KB
安裝次數 267
目前版本 0.1
更新時間 2016-06-01
上架時間 2016-06-01
評分 1.80/5 共 5 次評分
開發者 Jacob Kohn
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PowerSchool Grade Calculator",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "calculate.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ]
}