Will I Fail?

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

Wat is Will I Fail??

Will I Fail? is een Chrome-extensie ontwikkeld door Eric P., en de belangrijkste functie is "Allows you to add grades to powerschool and see their effects.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Will I Fail?

Download Will I Fail?-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

                        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!                    

Basisinformatie over de Extensie

Naam Will I Fail? Will I Fail?
ID pfhcbiaebfkbhodmkbgmfoeehjcbgffl
Officiële URL https://chromewebstore.google.com/detail/will-i-fail/pfhcbiaebfkbhodmkbgmfoeehjcbgffl
Beschrijving Allows you to add grades to powerschool and see their effects.
Bestandsgrootte 8.5 KB
Aantal Installaties 27
Huidige Versie 1.0
Laatst Bijgewerkt 2018-05-15
Publicatiedatum 2018-05-14
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Eric P.
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}