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
公式URL 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"
            ]
        }
    ]
}