Homework Tracker and Reminder

Be able to keep track of homework and give reminders

What is Homework Tracker and Reminder?

Homework Tracker and Reminder is a Chrome extension developed by Jamieson, and its main feature is "Be able to keep track of homework and give reminders".

Extension Screenshots

screenshot
screenshot

Download Homework Tracker and Reminder Extension CRX File

Download Homework Tracker and Reminder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Homework Tracker and Reminder Homework Tracker and Reminder
ID dhpmfhnhicjnjcdogjgcjepjlnhfcijg
Official URL https://chromewebstore.google.com/detail/homework-tracker-and-remi/dhpmfhnhicjnjcdogjgcjepjlnhfcijg
Description Be able to keep track of homework and give reminders
File Size 27.45 KB
Installation Count 208
Current Version 1.1
Last Updated 2023-03-19
Publish Date 2022-10-03
Developer Jamieson
Email [email protected]
Payment Type free
Supported Languages 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"
}