GitHub Notifications

Read yours or your organization's GitHub's notifications easily !

GitHub Notifications là gì?

GitHub Notifications là một tiện ích mở rộng Chrome được phát triển bởi http://remidelhaye.fr, và tính năng chính của nó là "Read yours or your organization's GitHub's notifications easily !".

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

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

                        Read yours or your organization's Github's notification easily with GitHub Notifications !

Secure Authentification & ADD FREE !                    

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

Tên GitHub Notifications GitHub Notifications
ID jmpadkhpecdeoaemalgabhofdpaeiegl
URL Chính Thức https://chrome.google.com/webstore/detail/github-notifications/jmpadkhpecdeoaemalgabhofdpaeiegl
Mô tả Read yours or your organization's GitHub's notifications easily !
Kích Thước Tệp 39.65 KB
Số Lần Cài Đặt 29
Phiên Bản Hiện Tại 1.2.0
Cập Nhật Lần Cuối 2013-08-24
Ngày Phát Hành 2013-08-24
Đánh Giá 4.50/5 Tổng số 6 Đánh Giá
Nhà Phát Triển http://remidelhaye.fr
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GitHub Notifications",
    "description": "Read yours or your organization's GitHub's notifications easily !",
    "version": "1.2.0",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "19": "19.png",
            "38": "38.png"
        }
    },
    "author": "R\u00e9mi Delhaye (@RemiDelhaye)",
    "permissions": [
        "notifications",
        "storage",
        "background"
    ],
    "background": {
        "scripts": [
            "gitAPI\/lib\/underscore-min.js",
            "gitAPI\/lib\/base64.js",
            "gitAPI\/github.js",
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "48.png"
    ]
}