GitHub Monitor

Get notifications for activity on your public and private repositories.

GitHub Monitor là gì?

GitHub Monitor là một tiện ích mở rộng Chrome được phát triển bởi gmoz22, và tính năng chính của nó là "Get notifications for activity on your public and private repositories.".

Ả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 GitHub Monitor

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

                        - Displays notifications of other contributors' activity on public and private repositories you contribute to
- Handles Pushes, Releases and Comments

Contribute at https://github.com/gmoz22/github-monitor-chromeext                    

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

Tên GitHub Monitor GitHub Monitor
ID bbikjjbpphkhejhalmjebhopgohlflag
URL Chính Thức https://chromewebstore.google.com/detail/github-monitor/bbikjjbpphkhejhalmjebhopgohlflag
Mô tả Get notifications for activity on your public and private repositories.
Kích Thước Tệp 36.81 KB
Số Lần Cài Đặt 45
Phiên Bản Hiện Tại 0.1.1
Cập Nhật Lần Cuối 2014-02-19
Ngày Phát Hành 2014-02-19
Nhà Phát Triển gmoz22
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/gmoz22/github-monitor-chromeext
URL Trang Trợ Giúp https://github.com/gmoz22/github-monitor-chromeext
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GitHub Monitor",
    "short_name": "GitHub Monitor",
    "description": "Get notifications for activity on your public and private repositories.",
    "author": "Steve Oziel",
    "version": "0.1.1",
    "manifest_version": 2,
    "icons": {
        "128": "img\/icon_128.png",
        "64": "img\/icon_64.png",
        "24": "img\/icon_24.png",
        "16": "img\/icon_16.png"
    },
    "permissions": [
        "storage",
        "notifications",
        "https:\/\/api.github.com\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon_19.png",
            "38": "img\/icon_38.png"
        },
        "default_title": "Options",
        "default_popup": "options.html"
    },
    "options_page": "options.html"
}