Weighted and Final Grade Calculator

Calculate your weighted and final grades easily and efficiently

Что такое Weighted and Final Grade Calculator?

Weighted and Final Grade Calculator - это расширение Chrome, разработанное Farzan Haq, и его основная функция - "Calculate your weighted and final grades easily and efficiently".

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

screenshot
screenshot

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

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

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

                        Looking to find out what your current weighted grade is, or wondering what you need on the final to end with a certain mark? This calculator has the answers! Its intuitive and simplistic interface makes it easy to efficiently calculate your weighted and final grades.                    

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

Название Weighted and Final Grade Calculator Weighted and Final Grade Calculator
ID ibblcmhbhgnffagpeaoooadkkkopekbh
Официальный URL https://chromewebstore.google.com/detail/weighted-and-final-grade/ibblcmhbhgnffagpeaoooadkkkopekbh
Описание Calculate your weighted and final grades easily and efficiently
Размер файла 55.84 KB
Количество установок 79
Текущая Версия 1.0
Последнее Обновление 2017-09-02
Дата публикации 2017-09-02
Рейтинг 5.00/5 Всего 4 оценок
Разработчик Farzan Haq
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Weighted and Final Grade Calculator",
    "version": "1.0",
    "description": "Calculate your weighted and final grades easily and efficiently",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "permissions": [
        "storage"
    ]
}