Discourse Forum Notifications
Shows notifications of all added discourse forum sites.
Wat is Discourse Forum Notifications?
Discourse Forum Notifications is een Chrome-extensie ontwikkeld door ale polidori, en de belangrijkste functie is "Shows notifications of all added discourse forum sites.".
Extensie Screenshots
Download het CRX-bestand van de extensie Discourse Forum Notifications
Download Discourse Forum Notifications-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Discourse Forum Notifications |
ID | okmkhbdimfnmdhpclfbamachjcpcgcmi |
Officiële URL | https://chromewebstore.google.com/detail/discourse-forum-notificat/okmkhbdimfnmdhpclfbamachjcpcgcmi |
Beschrijving | Shows notifications of all added discourse forum sites. |
Bestandsgrootte | 169 KB |
Aantal Installaties | 192 |
Huidige Versie | 1.1.4 |
Laatst Bijgewerkt | 2017-01-21 |
Publicatiedatum | 2017-01-21 |
Beoordeling | 4.13/5 Totaal 8 Beoordelingen |
Ontwikkelaar | ale polidori |
Betalingswijze | free |
Extensiewebsite | https://github.com/alepolidori/chrome-discourse |
Ondersteunde Talen | 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" } } } |