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"
        }
    }
}