Discourse Forum Notifications

Shows notifications of all added discourse forum sites.

Was ist Discourse Forum Notifications?

Discourse Forum Notifications ist eine Chrome-Erweiterung, die von ale polidori entwickelt wurde, und ihr Hauptmerkmal ist "Shows notifications of all added discourse forum sites.".

Erweiterungsscreenshots

screenshot

Discourse Forum Notifications-Erweiterungs-CRX-Datei herunterladen

Laden Sie Discourse Forum Notifications-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Discourse Forum Notifications Discourse Forum Notifications
ID okmkhbdimfnmdhpclfbamachjcpcgcmi
Offizielle URL https://chromewebstore.google.com/detail/discourse-forum-notificat/okmkhbdimfnmdhpclfbamachjcpcgcmi
Beschreibung Shows notifications of all added discourse forum sites.
Dateigröße 169 KB
Installationsanzahl 192
Aktuelle Version 1.1.4
Letztes Update 2017-01-21
Veröffentlichungsdatum 2017-01-21
Bewertung 4.13/5 Insgesamt 8 Bewertungen
Entwickler ale polidori
Zahlungsart free
Erweiterungswebsite https://github.com/alepolidori/chrome-discourse
Unterstützte Sprachen 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"
        }
    }
}