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…

Vad är PowerSchool Grade Calculator?

PowerSchool Grade Calculator är en Chrome-tillägg utvecklad av Jacob Kohn, och dess huvudfunktion är "Finals coming up? Want to bump that B+ up to an A? Know what you need with this PowerSchool Grade Calculator. This extension will…".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner PowerSchool Grade Calculator-förlängningens CRX-fil

Ladda ner PowerSchool Grade Calculator-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn PowerSchool Grade Calculator PowerSchool Grade Calculator
ID bpkfhbeeafocodchajjeacoapdagogaj
Officiell webbadress https://chromewebstore.google.com/detail/powerschool-grade-calcula/bpkfhbeeafocodchajjeacoapdagogaj
Beskrivning Finals coming up? Want to bump that B+ up to an A? Know what you need with this PowerSchool Grade Calculator. This extension will…
Filstorlek 5.7 KB
Antal Installationer 267
Aktuell Version 0.1
Senast Uppdaterad 2016-06-01
Publiceringsdatum 2016-06-01
Betyg 1.80/5 Totalt 5 Betyg
Utvecklare Jacob Kohn
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}