Will I Fail?

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

Hvad er Will I Fail??

Will I Fail? er en Chrome-udvidelse udviklet af Eric P., og dens hovedfunktion er "Allows you to add grades to powerschool and see their effects.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Will I Fail?-udvidelses-CRX-fil

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

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn Will I Fail? Will I Fail?
ID pfhcbiaebfkbhodmkbgmfoeehjcbgffl
Officiel URL https://chromewebstore.google.com/detail/will-i-fail/pfhcbiaebfkbhodmkbgmfoeehjcbgffl
Beskrivelse Allows you to add grades to powerschool and see their effects.
Filstørrelse 8.5 KB
Antal Installationer 27
Nuværende Version 1.0
Senest Opdateret 2018-05-15
Udgivelsesdato 2018-05-14
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler Eric P.
Betalingsmetode free
Understøttede Sprog 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"
            ]
        }
    ]
}