My Homework Reminder
This extension helps students keep track of assignments and due dates.
什么是My Homework Reminder?
My Homework Reminder是由https://www.clarity-innovations.com开发的Chrome扩展程序,该扩展的主要功能是“This extension helps students keep track of assignments and due dates.”。
扩展截图
下载My Homework Reminder扩展crx文件
下载My Homework Reminder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Get a Handle on Your Homework! My Homework Reminder provides a simple means by which students and teachers can create simple reminders and to-do lists from within the Google Chrome browser. Users can add items, create due-dates, and view completed assignments without having to disrupt what they are currently working on.
扩展基本信息
名称 | |
ID | jkfnehckplkpicbhiajnggoendjcendc |
官方URL | https://chromewebstore.google.com/detail/my-homework-reminder/jkfnehckplkpicbhiajnggoendjcendc |
简介 | This extension helps students keep track of assignments and due dates. |
文件大小 | 196 KB |
安装次数 | 22,899 |
当前版本 | 1.0.0 |
更新时间 | 2014-01-16 |
上架时间 | 2014-01-16 |
评分 | 3.72/5 共18次评分 |
开发者 | https://www.clarity-innovations.com |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://www.clarity-innovations.com/privacy |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "My Homework Reminder", "short_name": "HomeworkReminder", "description": "This extension helps students keep track of assignments and due dates.", "version": "1.0.0", "permissions": [ "storage" ], "browser_action": { "default_icon": "homeworkSmall.png", "default_popup": "homework.html" } } |