Will I Fail?

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

Apa itu Will I Fail??

Will I Fail? adalah ekstensi Chrome yang dikembangkan oleh Eric P., dan fitur utamanya adalah "Allows you to add grades to powerschool and see their effects.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Will I Fail?

Unduh file ekstensi Will I Fail? dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Will I Fail? Will I Fail?
ID pfhcbiaebfkbhodmkbgmfoeehjcbgffl
URL Resmi https://chromewebstore.google.com/detail/will-i-fail/pfhcbiaebfkbhodmkbgmfoeehjcbgffl
Deskripsi Allows you to add grades to powerschool and see their effects.
Ukuran File 8.5 KB
Jumlah Instalasi 27
Versi Saat Ini 1.0
Terakhir Diperbarui 2018-05-15
Tanggal Publikasi 2018-05-14
Penilaian 5.00/5 Total 3 Penilaian
Pengembang Eric P.
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}