Will I Fail?

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

Qu'est-ce que Will I Fail? ?

Will I Fail? est une extension Chrome développée par Eric P., et sa fonction principale est "Allows you to add grades to powerschool and see their effects.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Will I Fail?

Téléchargez les fichiers d'extension Will I Fail? au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Will I Fail? Will I Fail?
ID pfhcbiaebfkbhodmkbgmfoeehjcbgffl
URL Officiel https://chromewebstore.google.com/detail/will-i-fail/pfhcbiaebfkbhodmkbgmfoeehjcbgffl
Description Allows you to add grades to powerschool and see their effects.
Taille du Fichier 8.5 KB
Nombre d'Installations 27
Version Actuelle 1.0
Dernière Mise à Jour 2018-05-15
Date de Publication 2018-05-14
Évaluation 5.00/5 Total 3 Évaluations
Développeur Eric P.
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}