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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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)
* ??? معلومات أساسية عن التمديد
| الاسم | |
| 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"
]
} | |