NotHub

Notification client for GitHub.

NotHub là gì?

NotHub là một tiện ích mở rộng Chrome được phát triển bởi Ryunosuke Sato, và tính năng chính của nó là "Notification client for GitHub.".

Ả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 NotHub

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

                        Have you ever had a problem that you no longer watch GitHub timeline cause of too many following users and watching repositories?
If so, how about to try NotHub?

NotHub provides you to notify only events that you are just interested.
Furthermore, you can take notifications in realtime.

You can have a list different from GitHub.
NotHub helps you to enjoy social coding more comfortably!                    

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

Tên NotHub NotHub
ID diioicfkgfbdhpdehliknpmmibenccno
URL Chính Thức https://chromewebstore.google.com/detail/nothub/diioicfkgfbdhpdehliknpmmibenccno
Mô tả Notification client for GitHub.
Kích Thước Tệp 279 KB
Số Lần Cài Đặt 50
Phiên Bản Hiện Tại 0.4.12
Cập Nhật Lần Cuối 2017-08-22
Ngày Phát Hành 2017-08-22
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Ryunosuke Sato
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://nothub.org
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NotHub",
    "description": "Notification client for GitHub.",
    "version": "0.4.12",
    "manifest_version": 2,
    "icons": {
        "128": "images\/logo-128.png",
        "48": "images\/logo-48.png",
        "16": "images\/logo.png"
    },
    "background": {
        "page": "dist\/background_page.html"
    },
    "options_page": "dist\/options_page.html",
    "permissions": [
        "notifications",
        "http:\/\/stream.nothub.org:4000\/",
        "https:\/\/api.github.com\/",
        "https:\/\/github.com\/"
    ],
    "browser_action": {
        "default_icon": "images\/logo.png",
        "default_title": "Setup your following list!",
        "default_popup": "dist\/popup.html"
    }
}