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 |
Eメール | [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" } } |