Mod Queue Desktop Notifications
Checks your reddit mod queue, gives you a desktop notification when something new shows up.
¿Qué es Mod Queue Desktop Notifications?
Mod Queue Desktop Notifications es una extensión de Chrome desarrollada por https://www.thefinn93.com, y su función principal es "Checks your reddit mod queue, gives you a desktop notification when something new shows up.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Mod Queue Desktop Notifications
Descarga archivos de extensión Mod Queue Desktop Notifications en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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) * ???
Información Básica de la Extensión
Nombre | Mod Queue Desktop Notifications |
ID | jembcchpnbegaggbomhhhkeoddjgjlik |
URL Oficial | https://chromewebstore.google.com/detail/mod-queue-desktop-notific/jembcchpnbegaggbomhhhkeoddjgjlik |
Descripción | Checks your reddit mod queue, gives you a desktop notification when something new shows up. |
Tamaño del Archivo | 159 KB |
Cantidad de Instalaciones | 47 |
Versión Actual | 0.3 |
Última Actualización | 2012-10-21 |
Fecha de Publicación | 2012-10-21 |
Calificación | 3.67/5 Total de 3 Calificaciones |
Desarrollador | https://www.thefinn93.com |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } |