Notifier for Reddit

Desktop notifictations for your reddit inbox.

Cos'è Notifier for Reddit?

Notifier for Reddit è un'estensione di Chrome sviluppata da Raymond May Jr., e la sua funzione principale è "Desktop notifictations for your reddit inbox.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Notifier for Reddit

Scarica i file di estensione Notifier for Reddit in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Notifier for Reddit Notifier for Reddit
ID odmoedfabaohbdoiolgfhedcbfpcindh
URL Ufficiale https://chromewebstore.google.com/detail/notifier-for-reddit/odmoedfabaohbdoiolgfhedcbfpcindh
Descrizione Desktop notifictations for your reddit inbox.
Dimensione del File 271 KB
Conteggio Installazioni 208
Versione Corrente 0.3.0
Ultimo Aggiornamento 2015-04-12
Data di Pubblicazione 2015-04-12
Valutazione 3.25/5 Totale 8 Valutazioni
Sviluppatore Raymond May Jr.
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/octatone/notifier-for-reddit
URL della Pagina di Aiuto https://github.com/octatone/notifier-for-reddit/issues
Lingue Supportate 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"
    ]
}