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