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
官方URL 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"
        }
    }
}