Notifier for Reddit

Desktop notifictations for your reddit inbox.

Was ist Notifier for Reddit?

Notifier for Reddit ist eine Chrome-Erweiterung, die von Raymond May Jr. entwickelt wurde, und ihr Hauptmerkmal ist "Desktop notifictations for your reddit inbox.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Notifier for Reddit-Erweiterungs-CRX-Datei herunterladen

Laden Sie Notifier for Reddit-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

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Notifier for Reddit Notifier for Reddit
ID odmoedfabaohbdoiolgfhedcbfpcindh
Offizielle URL https://chromewebstore.google.com/detail/notifier-for-reddit/odmoedfabaohbdoiolgfhedcbfpcindh
Beschreibung Desktop notifictations for your reddit inbox.
Dateigröße 271 KB
Installationsanzahl 208
Aktuelle Version 0.3.0
Letztes Update 2015-04-12
Veröffentlichungsdatum 2015-04-12
Bewertung 3.25/5 Insgesamt 8 Bewertungen
Entwickler Raymond May Jr.
Zahlungsart free
Erweiterungswebsite https://github.com/octatone/notifier-for-reddit
Hilfeseite URL https://github.com/octatone/notifier-for-reddit/issues
Unterstützte Sprachen 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"
    ]
}