Homework Tracker and Reminder
Be able to keep track of homework and give reminders
Что такое Homework Tracker and Reminder?
Homework Tracker and Reminder - это расширение Chrome, разработанное Jamieson, и его основная функция - "Be able to keep track of homework and give reminders".
Снимки экрана расширения
Скачать файл CRX расширения Homework Tracker and Reminder
Скачайте файлы расширений Homework Tracker and Reminder в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Homework Tracker and Reminder is an extension that reminds you when the assignments you provide are almost due. The extension allows you to quickly add and remove homework assignments, view how long until the assignment's due date, and set the amount of time until you are reminded about assignments. It provides optional desktop notifications and a flag on the extension itself as reminders.
Основная информация о расширении
Название | Homework Tracker and Reminder |
ID | dhpmfhnhicjnjcdogjgcjepjlnhfcijg |
Официальный URL | https://chromewebstore.google.com/detail/homework-tracker-and-remi/dhpmfhnhicjnjcdogjgcjepjlnhfcijg |
Описание | Be able to keep track of homework and give reminders |
Размер файла | 27.45 KB |
Количество установок | 208 |
Текущая Версия | 1.1 |
Последнее Обновление | 2023-03-19 |
Дата публикации | 2022-10-03 |
Разработчик | Jamieson |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Homework Tracker and Reminder", "version": "1.1", "action": { "16": "\/images\/hw16.png", "48": "\/images\/hw48.png", "128": "\/images\/hw128.png", "default_popup": "\/homeworkExtension\/popup.html", "default_title": "Homework Extension" }, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "alarms", "notifications" ], "description": "Be able to keep track of homework and give reminders", "icons": { "16": "\/images\/hw16.png", "48": "\/images\/hw48.png", "128": "\/images\/hw128.png" }, "author": "GolferMan" } |