Grade Calculator
Compact, Fast, and Powerful easy-to-use grade calculator. This can be useful when you are stressing about grades in your browser.
Что такое Grade Calculator?
Grade Calculator - это расширение Chrome, разработанное Andy Young, и его основная функция - "Compact, Fast, and Powerful easy-to-use grade calculator. This can be useful when you are stressing about grades in your browser.".
Скачать файл CRX расширения Grade Calculator
Скачайте файлы расширений Grade Calculator в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Just a great utility for finding grades. Grades are easy to find usually but when they get to the "this is worth 20% of your final grade" it becomes a little harder. This calculator is much faster and allows you to see all the values before calculating all at once. Основная информация о расширении
| Название | |
| ID | fdlcgmalapimdignhlkgmaikpcehlecc |
| Официальный URL | https://chromewebstore.google.com/detail/grade-calculator/fdlcgmalapimdignhlkgmaikpcehlecc |
| Описание | Compact, Fast, and Powerful easy-to-use grade calculator. This can be useful when you are stressing about grades in your browser. |
| Размер файла | 120 KB |
| Количество установок | 70 |
| Текущая Версия | 1.2 |
| Последнее Обновление | 2016-01-11 |
| Дата публикации | 2016-01-11 |
| Разработчик | Andy Young |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Grade Calculator",
"description": "Compact, Fast, and Powerful easy-to-use grade calculator. This can be useful when you are stressing about grades in your browser.",
"version": "1.2",
"browser_action": {
"default_popup": "popup.html"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
} | |