Mod Queue Desktop Notifications

Checks your reddit mod queue, gives you a desktop notification when something new shows up.

Was ist Mod Queue Desktop Notifications?

Mod Queue Desktop Notifications ist eine Chrome-Erweiterung, die von https://www.thefinn93.com entwickelt wurde, und ihr Hauptmerkmal ist "Checks your reddit mod queue, gives you a desktop notification when something new shows up.".

Erweiterungsscreenshots

screenshot

Mod Queue Desktop Notifications-Erweiterungs-CRX-Datei herunterladen

Laden Sie Mod Queue Desktop Notifications-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

                        Checks your reddit mod queue (https://pay.reddit.com/r/mod/about/modqueue) every minute and gives you a toaster notification when something's new. Source on GitHub:

https://github.com/thefinn93/RedditModQueue
Pull requests, bug reports, etc should go there. Feedback is much appreciated.

Things I'd like to add:

* Options regarding the frequency of the checking, etc.
* Options to ignore specific subreddits
* Optionally notify you when another mod in a subreddit you mod does something (new items in the modlog)
* ???                    

Grundlegende Informationen zur Erweiterung

Name Mod Queue Desktop Notifications Mod Queue Desktop Notifications
ID jembcchpnbegaggbomhhhkeoddjgjlik
Offizielle URL https://chromewebstore.google.com/detail/mod-queue-desktop-notific/jembcchpnbegaggbomhhhkeoddjgjlik
Beschreibung Checks your reddit mod queue, gives you a desktop notification when something new shows up.
Dateigröße 159 KB
Installationsanzahl 47
Aktuelle Version 0.3
Letztes Update 2012-10-21
Veröffentlichungsdatum 2012-10-21
Bewertung 3.67/5 Insgesamt 3 Bewertungen
Entwickler https://www.thefinn93.com
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mod Queue Desktop Notifications",
    "version": "0.3",
    "manifest_version": 2,
    "description": "Checks your reddit mod queue, gives you a desktop notification when something new shows up.",
    "permissions": [
        "http:\/\/*.reddit.com\/*",
        "https:\/\/*.reddit.com\/*",
        "notifications"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "128": "icon\/128.png",
        "48": "icon\/48.png",
        "16": "icon\/16.png"
    },
    "web_accessible_resources": [
        "icon\/reddit.png",
        "notification.js"
    ]
}