Notifier for Reddit

Desktop notifictations for your reddit inbox.

Notifier for Reddit là gì?

Notifier for Reddit là một tiện ích mở rộng Chrome được phát triển bởi Raymond May Jr., và tính năng chính của nó là "Desktop notifictations for your reddit inbox.".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Notifier for Reddit

Tải xuống các tệp mở rộng Notifier for Reddit 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

                        Notifier for Reddit will create desktop notifications for any unread messages you receive to your reddit inbox.

Its icon will also turn red and have a badge for the total number of unread messages in your reddit inbox.                    

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

Tên Notifier for Reddit Notifier for Reddit
ID odmoedfabaohbdoiolgfhedcbfpcindh
URL Chính Thức https://chromewebstore.google.com/detail/notifier-for-reddit/odmoedfabaohbdoiolgfhedcbfpcindh
Mô tả Desktop notifictations for your reddit inbox.
Kích Thước Tệp 271 KB
Số Lần Cài Đặt 208
Phiên Bản Hiện Tại 0.3.0
Cập Nhật Lần Cuối 2015-04-12
Ngày Phát Hành 2015-04-12
Đánh Giá 3.25/5 Tổng số 8 Đánh Giá
Nhà Phát Triển Raymond May Jr.
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/octatone/notifier-for-reddit
URL Trang Trợ Giúp https://github.com/octatone/notifier-for-reddit/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Notifier for Reddit",
    "version": "0.3.0",
    "manifest_version": 2,
    "description": "Desktop notifictations for your reddit inbox.",
    "homepage_url": "http:\/\/google.com",
    "icons": {
        "128": "icons\/icon128.png"
    },
    "background": {
        "page": "html\/background.html",
        "persistent": true
    },
    "options_page": "html\/options.html",
    "browser_action": {
        "default_title": "Notifier for Reddit",
        "default_popup": "html\/browserAction.html",
        "default_icon": {
            "19": "icons\/envelope_read_19.png",
            "38": "icons\/envelope_read_38.png"
        }
    },
    "permissions": [
        "http:\/\/reddit-notifier-oauth-exchange.herokuapp.com\/*",
        "https:\/\/oauth.reddit.com\/*",
        "https:\/\/www.reddit.com\/*",
        "identity",
        "notifications",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "tabs"
    ]
}