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 |
官方URL | 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" } |