Notifier for Reddit
Desktop notifictations for your reddit inbox.
Hvad er Notifier for Reddit?
Notifier for Reddit er en Chrome-udvidelse udviklet af Raymond May Jr., og dens hovedfunktion er "Desktop notifictations for your reddit inbox.".
Udvidelsesskærmbilleder
Download Notifier for Reddit-udvidelses-CRX-fil
Download Notifier for Reddit-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
Notifier for Reddit will create desktop notifications for any unread messages you receive to your reddit inbox. Its icon will also turn red and have a badge for the total number of unread messages in your reddit inbox.
Grundlæggende oplysninger om udvidelsen
Navn | Notifier for Reddit |
ID | odmoedfabaohbdoiolgfhedcbfpcindh |
Officiel URL | https://chromewebstore.google.com/detail/notifier-for-reddit/odmoedfabaohbdoiolgfhedcbfpcindh |
Beskrivelse | Desktop notifictations for your reddit inbox. |
Filstørrelse | 271 KB |
Antal Installationer | 208 |
Nuværende Version | 0.3.0 |
Senest Opdateret | 2015-04-12 |
Udgivelsesdato | 2015-04-12 |
Bedømmelse | 3.25/5 Samlet 8 Bedømmelser |
Udvikler | Raymond May Jr. |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/octatone/notifier-for-reddit |
Hjælpeside-URL | https://github.com/octatone/notifier-for-reddit/issues |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Notifier for Reddit", "version": "0.3.0", "manifest_version": 2, "description": "Desktop notifictations for your reddit inbox.", "homepage_url": "http:\/\/google.com", "icons": { "128": "icons\/icon128.png" }, "background": { "page": "html\/background.html", "persistent": true }, "options_page": "html\/options.html", "browser_action": { "default_title": "Notifier for Reddit", "default_popup": "html\/browserAction.html", "default_icon": { "19": "icons\/envelope_read_19.png", "38": "icons\/envelope_read_38.png" } }, "permissions": [ "http:\/\/reddit-notifier-oauth-exchange.herokuapp.com\/*", "https:\/\/oauth.reddit.com\/*", "https:\/\/www.reddit.com\/*", "identity", "notifications", "storage", "webRequest", "webRequestBlocking", "tabs" ] } |