Will I Fail?

Allows you to add grades to powerschool and see their effects.

Was ist Will I Fail??

Will I Fail? ist eine Chrome-Erweiterung, die von Eric P. entwickelt wurde, und ihr Hauptmerkmal ist "Allows you to add grades to powerschool and see their effects.".

Erweiterungsscreenshots

screenshot
screenshot

Will I Fail?-Erweiterungs-CRX-Datei herunterladen

Laden Sie Will I Fail?-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Adds a table to your powerschool so that you can add points and see how they affect your grade. It supports weighted categories and extra credit. Stop wondering about what your grade will be, know what it will be!                    

Grundlegende Informationen zur Erweiterung

Name Will I Fail? Will I Fail?
ID pfhcbiaebfkbhodmkbgmfoeehjcbgffl
Offizielle URL https://chromewebstore.google.com/detail/will-i-fail/pfhcbiaebfkbhodmkbgmfoeehjcbgffl
Beschreibung Allows you to add grades to powerschool and see their effects.
Dateigröße 8.5 KB
Installationsanzahl 27
Aktuelle Version 1.0
Letztes Update 2018-05-15
Veröffentlichungsdatum 2018-05-14
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler Eric P.
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Will I Fail?",
    "description": "Allows you to add grades to powerschool and see their effects.",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.powerschool.com\/*\/scores.html*"
            ],
            "js": [
                "waitForLoad.js",
                "content.js",
                "createTable.js",
                "createNewScoreTable.js",
                "updateScore.js",
                "updateAddedScore.js",
                "onlyNumbers.js"
            ]
        }
    ]
}