Homework Tracker and Reminder
Be able to keep track of homework and give reminders
什麼是Homework Tracker and Reminder?
Homework Tracker and Reminder是由Jamieson開發的Chrome擴展程式,該擴展的主要功能是“Be able to keep track of homework and give reminders”。
擴展截圖
下載Homework Tracker and Reminder擴展crx文件
下載Homework Tracker and Reminder擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Homework Tracker and Reminder |
ID | dhpmfhnhicjnjcdogjgcjepjlnhfcijg |
官方網址 | https://chromewebstore.google.com/detail/homework-tracker-and-remi/dhpmfhnhicjnjcdogjgcjepjlnhfcijg |
簡介 | Be able to keep track of homework and give reminders |
檔案大小 | 27.45 KB |
安裝次數 | 208 |
目前版本 | 1.1 |
更新時間 | 2023-03-19 |
上架時間 | 2022-10-03 |
開發者 | Jamieson |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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" } |