Homework Tracker and Reminder

Be able to keep track of homework and give reminders

Co to jest Homework Tracker and Reminder?

Homework Tracker and Reminder to rozszerzenie Chrome opracowane przez Jamieson, a jego główną funkcją jest „Be able to keep track of homework and give reminders”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Homework Tracker and Reminder

Pobierz pliki rozszerzeń Homework Tracker and Reminder w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Homework Tracker and Reminder Homework Tracker and Reminder
ID dhpmfhnhicjnjcdogjgcjepjlnhfcijg
Oficjalny URL https://chromewebstore.google.com/detail/homework-tracker-and-remi/dhpmfhnhicjnjcdogjgcjepjlnhfcijg
Opis Be able to keep track of homework and give reminders
Rozmiar pliku 27.45 KB
Liczba instalacji 208
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2023-03-19
Data Publikacji 2022-10-03
Deweloper Jamieson
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
}