PowerSchool Grade Calculator

Finals coming up? Want to bump that B+ up to an A? Know what you need with this PowerSchool Grade Calculator. This extension will…

Что такое PowerSchool Grade Calculator?

PowerSchool Grade Calculator - это расширение Chrome, разработанное Jacob Kohn, и его основная функция - "Finals coming up? Want to bump that B+ up to an A? Know what you need with this PowerSchool Grade Calculator. This extension will…".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения PowerSchool Grade Calculator

Скачайте файлы расширений PowerSchool Grade Calculator в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Finals coming up? Want to bump that B+ up to an A? Know what you need with this PowerSchool Grade Calculator.

This extension will help you know what you need to get on your finals to raise or keep your grade where it is. Simply give it the number of points your final is and the grade you need in the class and it’ll tell you exactly what you need.                    

Основная информация о расширении

Название PowerSchool Grade Calculator PowerSchool Grade Calculator
ID bpkfhbeeafocodchajjeacoapdagogaj
Официальный URL https://chromewebstore.google.com/detail/powerschool-grade-calcula/bpkfhbeeafocodchajjeacoapdagogaj
Описание Finals coming up? Want to bump that B+ up to an A? Know what you need with this PowerSchool Grade Calculator. This extension will…
Размер файла 5.7 KB
Количество установок 267
Текущая Версия 0.1
Последнее Обновление 2016-06-01
Дата публикации 2016-06-01
Рейтинг 1.80/5 Всего 5 оценок
Разработчик Jacob Kohn
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PowerSchool Grade Calculator",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "calculate.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ]
}