Will I Fail?

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

Cos'è Will I Fail??

Will I Fail? è un'estensione di Chrome sviluppata da Eric P., e la sua funzione principale è "Allows you to add grades to powerschool and see their effects.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Will I Fail?

Scarica i file di estensione Will I Fail? in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Will I Fail? Will I Fail?
ID pfhcbiaebfkbhodmkbgmfoeehjcbgffl
URL Ufficiale https://chromewebstore.google.com/detail/will-i-fail/pfhcbiaebfkbhodmkbgmfoeehjcbgffl
Descrizione Allows you to add grades to powerschool and see their effects.
Dimensione del File 8.5 KB
Conteggio Installazioni 27
Versione Corrente 1.0
Ultimo Aggiornamento 2018-05-15
Data di Pubblicazione 2018-05-14
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Eric P.
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}