Notifier for Reddit

Desktop notifictations for your reddit inbox.

Vad är Notifier for Reddit?

Notifier for Reddit är en Chrome-tillägg utvecklad av Raymond May Jr., och dess huvudfunktion är "Desktop notifictations for your reddit inbox.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Notifier for Reddit-förlängningens CRX-fil

Ladda ner Notifier for Reddit-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Notifier for Reddit Notifier for Reddit
ID odmoedfabaohbdoiolgfhedcbfpcindh
Officiell webbadress https://chromewebstore.google.com/detail/notifier-for-reddit/odmoedfabaohbdoiolgfhedcbfpcindh
Beskrivning Desktop notifictations for your reddit inbox.
Filstorlek 271 KB
Antal Installationer 208
Aktuell Version 0.3.0
Senast Uppdaterad 2015-04-12
Publiceringsdatum 2015-04-12
Betyg 3.25/5 Totalt 8 Betyg
Utvecklare Raymond May Jr.
Betalningssätt free
Tilläggswebbplats https://github.com/octatone/notifier-for-reddit
Hjälpsida URL https://github.com/octatone/notifier-for-reddit/issues
Stödda Språk 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"
    ]
}