Homework Tracker and Reminder

Be able to keep track of homework and give reminders

O que é Homework Tracker and Reminder?

Homework Tracker and Reminder é uma extensão do Chrome desenvolvida por Jamieson, e sua principal característica é "Be able to keep track of homework and give reminders".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Homework Tracker and Reminder

Baixe arquivos de extensão Homework Tracker and Reminder no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Homework Tracker and Reminder Homework Tracker and Reminder
ID dhpmfhnhicjnjcdogjgcjepjlnhfcijg
URL Oficial https://chromewebstore.google.com/detail/homework-tracker-and-remi/dhpmfhnhicjnjcdogjgcjepjlnhfcijg
Descrição Be able to keep track of homework and give reminders
Tamanho do Arquivo 27.45 KB
Contagem de Instalações 208
Versão Atual 1.1
Última Atualização 2023-03-19
Data de Publicação 2022-10-03
Desenvolvedor Jamieson
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
}