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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
            ]
        }
    ]
}