Discourse Forum Notifications

Shows notifications of all added discourse forum sites.

什麼是Discourse Forum Notifications?

Discourse Forum Notifications是由ale polidori開發的Chrome擴展程式,該擴展的主要功能是“Shows notifications of all added discourse forum sites.”。

擴展截圖

screenshot

下載Discourse Forum Notifications擴展crx文件

下載Discourse Forum Notifications擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Shows unread notifications of all added discourse forum sites and alerts the user with desktop notifications.

Try it on discussion forums like:

https://meta.discourse.org
https://help.nextcloud.com                    

擴展基本資訊

名稱 Discourse Forum Notifications Discourse Forum Notifications
ID okmkhbdimfnmdhpclfbamachjcpcgcmi
官方網址 https://chromewebstore.google.com/detail/discourse-forum-notificat/okmkhbdimfnmdhpclfbamachjcpcgcmi
簡介 Shows notifications of all added discourse forum sites.
檔案大小 169 KB
安裝次數 192
目前版本 1.1.4
更新時間 2017-01-21
上架時間 2017-01-21
評分 4.13/5 共 8 次評分
開發者 ale polidori
付費類型 free
擴展官網 https://github.com/alepolidori/chrome-discourse
支援的語言 en,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "1.1.4",
    "author": "Alessandro Polidori",
    "manifest_version": 2,
    "default_locale": "en",
    "options_page": "html\/options.html",
    "background": {
        "scripts": [
            "lib\/async.js",
            "lib\/jquery-2.1.4.min.js",
            "lib\/message-bus.js",
            "src\/js\/util.js",
            "src\/js\/mediator.js",
            "src\/js\/chrDesktopNotificationsView.js",
            "src\/js\/Source.js",
            "src\/js\/optionsModel.js",
            "src\/js\/extensionController.js",
            "src\/js\/sourceController.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "notifications"
    ],
    "icons": {
        "16": "img\/logo16.png",
        "32": "img\/logo32.png",
        "48": "img\/logo48.png",
        "128": "img\/logo128.png",
        "256": "img\/logo256.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/logo19.png",
            "38": "img\/logo38.png"
        }
    }
}