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.”。

擴展截圖

screenshot
screenshot
screenshot

下載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                    

擴展基本資訊

名稱 Moodle Notifier Moodle Notifier
ID nbelobdcgpmogpfkfhmijmobgdcdkgej
官方網址 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
電子郵箱 [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\/*"
    ]
}