Status of Github

This extension shows an icon for the current status of Github

Status of Github là gì?

Status of Github là một tiện ích mở rộng Chrome được phát triển bởi Martin Meredith, và tính năng chính của nó là "This extension shows an icon for the current status of 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 Status of Github

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

                        A very quick browser extension that adds a button showing the current status of github.com                    

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

Tên Status of Github Status of Github
ID nciflpommnamonmnphnooobdhdbpmhkf
URL Chính Thức https://chromewebstore.google.com/detail/status-of-github/nciflpommnamonmnphnooobdhdbpmhkf
Mô tả This extension shows an icon for the current status of Github
Kích Thước Tệp 103 KB
Số Lần Cài Đặt 23
Phiên Bản Hiện Tại 0.0.7
Cập Nhật Lần Cuối 2019-04-25
Ngày Phát Hành 2019-04-25
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Martin Meredith
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Status of Github",
    "description": "This extension shows an icon for the current status of Github",
    "version": "0.0.7",
    "browser_action": {
        "default_icon": "images\/[email protected]"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "alarms",
        "https:\/\/www.githubstatus.com\/",
        "notifications"
    ]
}