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开发的Chrome扩展程序,该扩展的主要功能是“Checks your reddit mod queue, gives you a desktop notification when something new shows up.”。
扩展截图
下载Mod Queue Desktop Notifications扩展crx文件
下载Mod Queue Desktop Notifications扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 |
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" ] } |