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 |
官方網址 | 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" ] } |