Moodle Notifier
Get desktop notifications from Moodle for assignments, quizzes and forum posts.
Moodle Notifierとは何ですか?
Moodle NotifierはKasun Fernandoによって開発されたChromeの拡張機能で、その主な機能は「Get desktop notifications from Moodle for assignments, quizzes and forum posts.」です。
拡張機能のスクリーンショット
Moodle Notifier拡張機能のCRXファイルをダウンロード
Moodle Notifier拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Moodle Notifier is an extension for Google Chrome web browser which is capable of notifying upcoming events of the Moodle system. Moodle Notifier will be very useful for the students of any institute or university which uses the Moodle System. This will prevent students from forgetting deadlines as this extension notifies upcoming events whenever the Chrome web browser is started up. This version is specially designed only for Moodle system of University of Moratuwa. This works only with Moodle 2.7
拡張機能の基本情報
名前 | |
ID | nbelobdcgpmogpfkfhmijmobgdcdkgej |
公式URL | https://chrome.google.com/webstore/detail/moodle-notifier/nbelobdcgpmogpfkfhmijmobgdcdkgej |
説明 | Get desktop notifications from Moodle for assignments, quizzes and forum posts. |
ファイルサイズ | 407 KB |
インストール数 | 4,000 |
現在のバージョン | 1.2 |
最終更新日 | 2016-04-12 |
公開日 | 2016-04-12 |
評価 | 4.33/5 合計 24 レビュー |
開発者 | Kasun Fernando |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Moodle Notifier", "version": "1.2", "description": "Get desktop notifications from Moodle for assignments, quizzes and forum posts.", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_icon": "img\/icon_sleep.png", "default_title": "MoodleNotifier", "default_popup": "popup.html" }, "background": { "page": "background.html" }, "options_page": "options.html", "permissions": [ "notifications", "tabs", "alarms", "storage", "http:\/\/online.mrt.ac.lk\/*", "https:\/\/online.mrt.ac.lk\/*" ] } |