Make GitHub Greater

Let's make GitHub greater.

Make GitHub Greater là gì?

Make GitHub Greater là một tiện ích mở rộng Chrome được phát triển bởi Justineo, và tính năng chính của nó là "Let's make GitHub greater.".

Ả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 Make GitHub Greater

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

                        Start customizing the color of your GitHub header right now! Just double click the header and here we go!                    

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

Tên Make GitHub Greater Make GitHub Greater
ID emijicijbkhnobkceaeaekiiapnkdnlp
URL Chính Thức https://chromewebstore.google.com/detail/make-github-greater/emijicijbkhnobkceaeaekiiapnkdnlp
Mô tả Let's make GitHub greater.
Kích Thước Tệp 72.77 KB
Số Lần Cài Đặt 31
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2017-02-20
Ngày Phát Hành 2017-02-20
Đánh Giá 4.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Justineo
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Make GitHub Greater",
    "description": "Let's make GitHub greater.",
    "version": "1.0.1",
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "webNavigation",
        "tabs",
        "storage",
        "https:\/\/github.com\/*"
    ],
    "optional_permissions": [
        ""
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/justineo.github.io\/*"
        ]
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}