Will I Fail?

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

ما هو Will I Fail?؟

Will I Fail? هو إضافة Chrome تم تطويرها بواسطة Eric P.، والميزة الرئيسية لها هي "Allows you to add grades to powerschool and see their effects.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Will I Fail?

قم بتنزيل ملفات الامتداد Will I Fail? بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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!                    

معلومات أساسية عن التمديد

الاسم Will I Fail? Will I Fail?
ID pfhcbiaebfkbhodmkbgmfoeehjcbgffl
عنوان URL الرسمي https://chromewebstore.google.com/detail/will-i-fail/pfhcbiaebfkbhodmkbgmfoeehjcbgffl
الوصف Allows you to add grades to powerschool and see their effects.
حجم الملف 8.5 KB
عدد التثبيتات 27
النسخة الحالية 1.0
آخر تحديث 2018-05-15
تاريخ النشر 2018-05-14
تقييم 5.00/5 مجموع تقييمات 3
المطور Eric P.
نوع الدفع free
اللغات المدعومة 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"
            ]
        }
    ]
}