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…

What is PowerSchool Grade Calculator?

PowerSchool Grade Calculator is a Chrome extension developed by Jacob Kohn, and its main feature is "Finals coming up? Want to bump that B+ up to an A? Know what you need with this PowerSchool Grade Calculator. This extension will…".

Extension Screenshots

screenshot
screenshot
screenshot

Download PowerSchool Grade Calculator Extension CRX File

Download PowerSchool Grade Calculator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name PowerSchool Grade Calculator PowerSchool Grade Calculator
ID bpkfhbeeafocodchajjeacoapdagogaj
Official URL https://chromewebstore.google.com/detail/powerschool-grade-calcula/bpkfhbeeafocodchajjeacoapdagogaj
Description Finals coming up? Want to bump that B+ up to an A? Know what you need with this PowerSchool Grade Calculator. This extension will…
File Size 5.7 KB
Installation Count 267
Current Version 0.1
Last Updated 2016-06-01
Publish Date 2016-06-01
Rating 1.80/5 Total 5 Ratings
Developer Jacob Kohn
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}