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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.thefinn93.com และคุณลักษณะหลักของมันคือ "Checks your reddit mod queue, gives you a desktop notification when something new shows up."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mod Queue Desktop Notifications
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } |