Will I Fail?

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

Will I Fail? là gì?

Will I Fail? là một tiện ích mở rộng Chrome được phát triển bởi Eric P., và tính năng chính của nó là "Allows you to add grades to powerschool and see their effects.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Will I Fail?

Tải xuống các tệp mở rộng Will I Fail? dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Will I Fail? Will I Fail?
ID pfhcbiaebfkbhodmkbgmfoeehjcbgffl
URL Chính Thức https://chromewebstore.google.com/detail/will-i-fail/pfhcbiaebfkbhodmkbgmfoeehjcbgffl
Mô tả Allows you to add grades to powerschool and see their effects.
Kích Thước Tệp 8.5 KB
Số Lần Cài Đặt 27
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2018-05-15
Ngày Phát Hành 2018-05-14
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Eric P.
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}