Mod Queue Desktop Notifications

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

Mod Queue Desktop Notifications क्या है?

Mod Queue Desktop Notifications https://www.thefinn93.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Checks your reddit mod queue, gives you a desktop notification when something new shows up."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Mod Queue Desktop Notifications एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम Mod Queue Desktop Notifications Mod Queue Desktop Notifications
ID jembcchpnbegaggbomhhhkeoddjgjlik
आधिकारिक URL https://chromewebstore.google.com/detail/mod-queue-desktop-notific/jembcchpnbegaggbomhhhkeoddjgjlik
विवरण Checks your reddit mod queue, gives you a desktop notification when something new shows up.
फ़ाइल का आकार 159 KB
स्थापना संख्या 47
वर्तमान संस्करण 0.3
अंतिम अपडेट 2012-10-21
प्रकाशन तिथि 2012-10-21
रेटिंग 3.67/5 कुल 3 रेटिंग्स
डेवलपर https://www.thefinn93.com
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    ]
}