Homework Tracker and Reminder

Be able to keep track of homework and give reminders

Cos'è Homework Tracker and Reminder?

Homework Tracker and Reminder è un'estensione di Chrome sviluppata da Jamieson, e la sua funzione principale è "Be able to keep track of homework and give reminders".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Homework Tracker and Reminder

Scarica i file di estensione Homework Tracker and Reminder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Homework Tracker and Reminder Homework Tracker and Reminder
ID dhpmfhnhicjnjcdogjgcjepjlnhfcijg
URL Ufficiale https://chromewebstore.google.com/detail/homework-tracker-and-remi/dhpmfhnhicjnjcdogjgcjepjlnhfcijg
Descrizione Be able to keep track of homework and give reminders
Dimensione del File 27.45 KB
Conteggio Installazioni 208
Versione Corrente 1.1
Ultimo Aggiornamento 2023-03-19
Data di Pubblicazione 2022-10-03
Sviluppatore Jamieson
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
}