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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } |