My Homework Reminder
This extension helps students keep track of assignments and due dates.
Что такое My Homework Reminder?
My Homework Reminder - это расширение Chrome, разработанное https://www.clarity-innovations.com, и его основная функция - "This extension helps students keep track of assignments and due dates.".
Снимки экрана расширения
Скачать файл CRX расширения My Homework Reminder
Скачайте файлы расширений My Homework Reminder в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Get a Handle on Your Homework! My Homework Reminder provides a simple means by which students and teachers can create simple reminders and to-do lists from within the Google Chrome browser. Users can add items, create due-dates, and view completed assignments without having to disrupt what they are currently working on.
Основная информация о расширении
Название | |
ID | jkfnehckplkpicbhiajnggoendjcendc |
Официальный URL | https://chromewebstore.google.com/detail/my-homework-reminder/jkfnehckplkpicbhiajnggoendjcendc |
Описание | This extension helps students keep track of assignments and due dates. |
Размер файла | 196 KB |
Количество установок | 22,899 |
Текущая Версия | 1.0.0 |
Последнее Обновление | 2014-01-16 |
Дата публикации | 2014-01-16 |
Рейтинг | 3.72/5 Всего 18 оценок |
Разработчик | https://www.clarity-innovations.com |
Электронная почта | [email protected] |
Тип оплаты | free |
URL страницы политики конфиденциальности | https://www.clarity-innovations.com/privacy |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "My Homework Reminder", "short_name": "HomeworkReminder", "description": "This extension helps students keep track of assignments and due dates.", "version": "1.0.0", "permissions": [ "storage" ], "browser_action": { "default_icon": "homeworkSmall.png", "default_popup": "homework.html" } } |