Will I Fail?

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

Co je Will I Fail??

Will I Fail? je rozšíření Chrome vyvinuté Eric P., a jeho hlavní funkcí je „Allows you to add grades to powerschool and see their effects.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Will I Fail?

Stáhněte si soubory rozšíření Will I Fail? ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Will I Fail? Will I Fail?
ID pfhcbiaebfkbhodmkbgmfoeehjcbgffl
Oficiální URL https://chromewebstore.google.com/detail/will-i-fail/pfhcbiaebfkbhodmkbgmfoeehjcbgffl
Popis Allows you to add grades to powerschool and see their effects.
Velikost souboru 8.5 KB
Počet instalací 27
Aktuální Verze 1.0
Poslední Aktualizace 2018-05-15
Datum Vydání 2018-05-14
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář Eric P.
Typ Platby free
Podporované Jazyky 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"
            ]
        }
    ]
}