Discourse Forum Notifications
Shows notifications of all added discourse forum sites.
Hvad er Discourse Forum Notifications?
Discourse Forum Notifications er en Chrome-udvidelse udviklet af ale polidori, og dens hovedfunktion er "Shows notifications of all added discourse forum sites.".
Udvidelsesskærmbilleder
Download Discourse Forum Notifications-udvidelses-CRX-fil
Download Discourse Forum Notifications-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | Discourse Forum Notifications |
ID | okmkhbdimfnmdhpclfbamachjcpcgcmi |
Officiel URL | https://chromewebstore.google.com/detail/discourse-forum-notificat/okmkhbdimfnmdhpclfbamachjcpcgcmi |
Beskrivelse | Shows notifications of all added discourse forum sites. |
Filstørrelse | 169 KB |
Antal Installationer | 192 |
Nuværende Version | 1.1.4 |
Senest Opdateret | 2017-01-21 |
Udgivelsesdato | 2017-01-21 |
Bedømmelse | 4.13/5 Samlet 8 Bedømmelser |
Udvikler | ale polidori |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/alepolidori/chrome-discourse |
Understøttede Sprog | 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" } } } |