My Homework Reminder
This extension helps students keep track of assignments and due dates.
What is My Homework Reminder?
My Homework Reminder is a Chrome extension developed by https://www.clarity-innovations.com, and its main feature is "This extension helps students keep track of assignments and due dates.".
Extension Screenshots
Download My Homework Reminder Extension CRX File
Download My Homework 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
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.
Extension Basic Information
Name | |
ID | jkfnehckplkpicbhiajnggoendjcendc |
Official URL | https://chromewebstore.google.com/detail/my-homework-reminder/jkfnehckplkpicbhiajnggoendjcendc |
Description | This extension helps students keep track of assignments and due dates. |
File Size | 196 KB |
Installation Count | 22,899 |
Current Version | 1.0.0 |
Last Updated | 2014-01-16 |
Publish Date | 2014-01-16 |
Rating | 3.72/5 Total 18 Ratings |
Developer | https://www.clarity-innovations.com |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://www.clarity-innovations.com/privacy |
Supported Languages | 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" } } |