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…

Hvad er PowerSchool Grade Calculator?

PowerSchool Grade Calculator er en Chrome-udvidelse udviklet af Jacob Kohn, og dens hovedfunktion er "Finals coming up? Want to bump that B+ up to an A? Know what you need with this PowerSchool Grade Calculator. This extension will…".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download PowerSchool Grade Calculator-udvidelses-CRX-fil

Download PowerSchool Grade Calculator-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn PowerSchool Grade Calculator PowerSchool Grade Calculator
ID bpkfhbeeafocodchajjeacoapdagogaj
Officiel URL https://chromewebstore.google.com/detail/powerschool-grade-calcula/bpkfhbeeafocodchajjeacoapdagogaj
Beskrivelse Finals coming up? Want to bump that B+ up to an A? Know what you need with this PowerSchool Grade Calculator. This extension will…
Filstørrelse 5.7 KB
Antal Installationer 267
Nuværende Version 0.1
Senest Opdateret 2016-06-01
Udgivelsesdato 2016-06-01
Bedømmelse 1.80/5 Samlet 5 Bedømmelser
Udvikler Jacob Kohn
Betalingsmetode free
Understøttede Sprog 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"
            ]
        }
    ]
}