Discourse Forum Notifications

Shows notifications of all added discourse forum sites.

Cos'è Discourse Forum Notifications?

Discourse Forum Notifications è un'estensione di Chrome sviluppata da ale polidori, e la sua funzione principale è "Shows notifications of all added discourse forum sites.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Discourse Forum Notifications

Scarica i file di estensione Discourse Forum Notifications in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Discourse Forum Notifications Discourse Forum Notifications
ID okmkhbdimfnmdhpclfbamachjcpcgcmi
URL Ufficiale https://chromewebstore.google.com/detail/discourse-forum-notificat/okmkhbdimfnmdhpclfbamachjcpcgcmi
Descrizione Shows notifications of all added discourse forum sites.
Dimensione del File 169 KB
Conteggio Installazioni 192
Versione Corrente 1.1.4
Ultimo Aggiornamento 2017-01-21
Data di Pubblicazione 2017-01-21
Valutazione 4.13/5 Totale 8 Valutazioni
Sviluppatore ale polidori
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/alepolidori/chrome-discourse
Lingue Supportate 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"
        }
    }
}