Mod Queue Desktop Notifications

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

Wat is Mod Queue Desktop Notifications?

Mod Queue Desktop Notifications is een Chrome-extensie ontwikkeld door https://www.thefinn93.com, en de belangrijkste functie is "Checks your reddit mod queue, gives you a desktop notification when something new shows up.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Mod Queue Desktop Notifications

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

                        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)
* ???                    

Basisinformatie over de Extensie

Naam Mod Queue Desktop Notifications Mod Queue Desktop Notifications
ID jembcchpnbegaggbomhhhkeoddjgjlik
Officiële URL https://chromewebstore.google.com/detail/mod-queue-desktop-notific/jembcchpnbegaggbomhhhkeoddjgjlik
Beschrijving Checks your reddit mod queue, gives you a desktop notification when something new shows up.
Bestandsgrootte 159 KB
Aantal Installaties 47
Huidige Versie 0.3
Laatst Bijgewerkt 2012-10-21
Publicatiedatum 2012-10-21
Beoordeling 3.67/5 Totaal 3 Beoordelingen
Ontwikkelaar https://www.thefinn93.com
Betalingswijze free
Ondersteunde Talen 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"
    ]
}