Mod Queue Desktop Notifications
Checks your reddit mod queue, gives you a desktop notification when something new shows up.
Co je Mod Queue Desktop Notifications?
Mod Queue Desktop Notifications je rozšíření Chrome vyvinuté https://www.thefinn93.com, a jeho hlavní funkcí je „Checks your reddit mod queue, gives you a desktop notification when something new shows up.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Mod Queue Desktop Notifications
Stáhněte si soubory rozšíření Mod Queue Desktop Notifications ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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) * ???
Základní Informace o Rozšíření
Název | Mod Queue Desktop Notifications |
ID | jembcchpnbegaggbomhhhkeoddjgjlik |
Oficiální URL | https://chromewebstore.google.com/detail/mod-queue-desktop-notific/jembcchpnbegaggbomhhhkeoddjgjlik |
Popis | Checks your reddit mod queue, gives you a desktop notification when something new shows up. |
Velikost souboru | 159 KB |
Počet instalací | 47 |
Aktuální Verze | 0.3 |
Poslední Aktualizace | 2012-10-21 |
Datum Vydání | 2012-10-21 |
Hodnocení | 3.67/5 Celkem 3 Hodnocení |
Vývojář | https://www.thefinn93.com |
Typ Platby | free |
Podporované Jazyky | 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" ] } |