Notifier for Reddit

Desktop notifictations for your reddit inbox.

Τι είναι το Notifier for Reddit;

Το Notifier for Reddit είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Raymond May Jr., και η κύρια λειτουργία του είναι "Desktop notifictations for your reddit inbox.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Notifier for Reddit

Λήψη αρχείων επέκτασης Notifier for Reddit σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Notifier for Reddit Notifier for Reddit
ID odmoedfabaohbdoiolgfhedcbfpcindh
Επίσημο URL https://chromewebstore.google.com/detail/notifier-for-reddit/odmoedfabaohbdoiolgfhedcbfpcindh
Περιγραφή Desktop notifictations for your reddit inbox.
Μέγεθος Αρχείου 271 KB
Αριθμός Εγκαταστάσεων 208
Τρέχουσα Έκδοση 0.3.0
Τελευταία Ενημέρωση 2015-04-12
Ημερομηνία Δημοσίευσης 2015-04-12
Αξιολόγηση 3.25/5 Συνολικά 8 Αξιολογήσεις
Προγραμματιστής Raymond May Jr.
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/octatone/notifier-for-reddit
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/octatone/notifier-for-reddit/issues
Υποστηριζόμενες Γλώσσες 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"
    ]
}