Homework Tracker and Reminder

Be able to keep track of homework and give reminders

Homework Tracker and Reminder là gì?

Homework Tracker and Reminder là một tiện ích mở rộng Chrome được phát triển bởi Jamieson, và tính năng chính của nó là "Be able to keep track of homework and give reminders".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Homework Tracker and Reminder

Tải xuống các tệp mở rộng Homework Tracker and Reminder dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Homework Tracker and Reminder Homework Tracker and Reminder
ID dhpmfhnhicjnjcdogjgcjepjlnhfcijg
URL Chính Thức https://chromewebstore.google.com/detail/homework-tracker-and-remi/dhpmfhnhicjnjcdogjgcjepjlnhfcijg
Mô tả Be able to keep track of homework and give reminders
Kích Thước Tệp 27.45 KB
Số Lần Cài Đặt 208
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2023-03-19
Ngày Phát Hành 2022-10-03
Nhà Phát Triển Jamieson
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}