Notifier for Reddit

Desktop notifictations for your reddit inbox.

Wat is Notifier for Reddit?

Notifier for Reddit is een Chrome-extensie ontwikkeld door Raymond May Jr., en de belangrijkste functie is "Desktop notifictations for your reddit inbox.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Notifier for Reddit

Download Notifier for Reddit-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

                        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.                    

Basisinformatie over de Extensie

Naam Notifier for Reddit Notifier for Reddit
ID odmoedfabaohbdoiolgfhedcbfpcindh
Officiële URL https://chromewebstore.google.com/detail/notifier-for-reddit/odmoedfabaohbdoiolgfhedcbfpcindh
Beschrijving Desktop notifictations for your reddit inbox.
Bestandsgrootte 271 KB
Aantal Installaties 208
Huidige Versie 0.3.0
Laatst Bijgewerkt 2015-04-12
Publicatiedatum 2015-04-12
Beoordeling 3.25/5 Totaal 8 Beoordelingen
Ontwikkelaar Raymond May Jr.
Betalingswijze free
Extensiewebsite https://github.com/octatone/notifier-for-reddit
Help Pagina-URL https://github.com/octatone/notifier-for-reddit/issues
Ondersteunde Talen 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"
    ]
}