Mod Queue Desktop Notifications

Checks your reddit mod queue, gives you a desktop notification when something new shows up.

Mod Queue Desktop Notifications là gì?

Mod Queue Desktop Notifications là một tiện ích mở rộng Chrome được phát triển bởi https://www.thefinn93.com, và tính năng chính của nó là "Checks your reddit mod queue, gives you a desktop notification when something new shows up.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Mod Queue Desktop Notifications

Tải xuống các tệp mở rộng Mod Queue Desktop Notifications dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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)
* ???                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Mod Queue Desktop Notifications Mod Queue Desktop Notifications
ID jembcchpnbegaggbomhhhkeoddjgjlik
URL Chính Thức https://chromewebstore.google.com/detail/mod-queue-desktop-notific/jembcchpnbegaggbomhhhkeoddjgjlik
Mô tả Checks your reddit mod queue, gives you a desktop notification when something new shows up.
Kích Thước Tệp 159 KB
Số Lần Cài Đặt 47
Phiên Bản Hiện Tại 0.3
Cập Nhật Lần Cuối 2012-10-21
Ngày Phát Hành 2012-10-21
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://www.thefinn93.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}