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…

Wat is PowerSchool Grade Calculator?

PowerSchool Grade Calculator is een Chrome-extensie ontwikkeld door Jacob Kohn, en de belangrijkste functie 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…".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie PowerSchool Grade Calculator

Download PowerSchool Grade Calculator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam PowerSchool Grade Calculator PowerSchool Grade Calculator
ID bpkfhbeeafocodchajjeacoapdagogaj
Officiële URL https://chromewebstore.google.com/detail/powerschool-grade-calcula/bpkfhbeeafocodchajjeacoapdagogaj
Beschrijving Finals coming up? Want to bump that B+ up to an A? Know what you need with this PowerSchool Grade Calculator. This extension will…
Bestandsgrootte 5.7 KB
Aantal Installaties 267
Huidige Versie 0.1
Laatst Bijgewerkt 2016-06-01
Publicatiedatum 2016-06-01
Beoordeling 1.80/5 Totaal 5 Beoordelingen
Ontwikkelaar Jacob Kohn
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}