Mod Queue Desktop Notifications
Checks your reddit mod queue, gives you a desktop notification when something new shows up.
Qu'est-ce que Mod Queue Desktop Notifications ?
Mod Queue Desktop Notifications est une extension Chrome développée par https://www.thefinn93.com, et sa fonction principale est "Checks your reddit mod queue, gives you a desktop notification when something new shows up.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Mod Queue Desktop Notifications
Téléchargez les fichiers d'extension Mod Queue Desktop Notifications au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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) * ???
Informations de Base sur l'Extension
Nom | Mod Queue Desktop Notifications |
ID | jembcchpnbegaggbomhhhkeoddjgjlik |
URL Officiel | https://chromewebstore.google.com/detail/mod-queue-desktop-notific/jembcchpnbegaggbomhhhkeoddjgjlik |
Description | Checks your reddit mod queue, gives you a desktop notification when something new shows up. |
Taille du Fichier | 159 KB |
Nombre d'Installations | 47 |
Version Actuelle | 0.3 |
Dernière Mise à Jour | 2012-10-21 |
Date de Publication | 2012-10-21 |
Évaluation | 3.67/5 Total 3 Évaluations |
Développeur | https://www.thefinn93.com |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |