GitHub Contribution Color Graph

Change colors of contribution graph in GitHub

GitHub Contribution Color Graph là gì?

GitHub Contribution Color Graph là một tiện ích mở rộng Chrome được phát triển bởi William Belle, và tính năng chính của nó là "Change colors of contribution graph in GitHub".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng GitHub Contribution Color Graph

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

                        Features:

  - Colorize contribution graph and legend
  - Colorize activity overview graph
  - Colorize activity listing progress bar

Options:

  - GitHub themes
  - Material Design themes
  - Random theme


Available themes: https://github.com/williambelle/github-contribution-color-graph/blob/master/docs/THEMES.md                    

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

Tên GitHub Contribution Color Graph GitHub Contribution Color Graph
ID cfilkjdlgdiclmdfdggjommndffiibbe
URL Chính Thức https://chromewebstore.google.com/detail/github-contribution-color/cfilkjdlgdiclmdfdggjommndffiibbe
Mô tả Change colors of contribution graph in GitHub
Kích Thước Tệp 12.07 KB
Số Lần Cài Đặt 289
Phiên Bản Hiện Tại 1.7.2
Cập Nhật Lần Cuối 2020-10-30
Ngày Phát Hành 2020-06-29
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển William Belle
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/williambelle/github-contribution-color-graph
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GitHub Contribution Color Graph",
    "description": "Change colors of contribution graph in GitHub",
    "manifest_version": 2,
    "version": "1.7.2",
    "content_scripts": [
        {
            "js": [
                "js\/contentscript.js"
            ],
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    }
}