Homework Tracker and Reminder
Be able to keep track of homework and give reminders
Co je Homework Tracker and Reminder?
Homework Tracker and Reminder je rozšíření Chrome vyvinuté Jamieson, a jeho hlavní funkcí je „Be able to keep track of homework and give reminders“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Homework Tracker and Reminder
Stáhněte si soubory rozšíření Homework Tracker and Reminder ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Homework Tracker and Reminder |
ID | dhpmfhnhicjnjcdogjgcjepjlnhfcijg |
Oficiální URL | https://chromewebstore.google.com/detail/homework-tracker-and-remi/dhpmfhnhicjnjcdogjgcjepjlnhfcijg |
Popis | Be able to keep track of homework and give reminders |
Velikost souboru | 27.45 KB |
Počet instalací | 208 |
Aktuální Verze | 1.1 |
Poslední Aktualizace | 2023-03-19 |
Datum Vydání | 2022-10-03 |
Vývojář | Jamieson |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" } |