GitHub Colorful Contributions

💚💙💜💛❤️ Customize the colors of the GitHub contributions graph.

GitHub Colorful Contributions là gì?

GitHub Colorful Contributions là một tiện ích mở rộng Chrome được phát triển bởi g1eny0ung, và tính năng chính của nó là "💚💙💜💛❤️ Customize the colors of the GitHub contributions graph.".

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

screenshot
screenshot
screenshot

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

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

                        GitHub Colorful Contributions (GCC) can change the color of the contributions graph on your GitHub profile page.

GCC can also be used with https://github.com/jasonlong/isometric-contributions.

Once installed, you can click on the extension icon to select the color you like.

Extension homepage: https://github.com/g1eny0ung/github-colorful-contributions-graph

If you have any questions, feel free to submit an issue at https://github.com/g1eny0ung/github-colorful-contributions-graph/issues or mail me ([email protected]).                    

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

Tên GitHub Colorful Contributions GitHub Colorful Contributions
ID nmlemiahmhcclpifhmpbjbikdgbndief
URL Chính Thức https://chromewebstore.google.com/detail/github-colorful-contribut/nmlemiahmhcclpifhmpbjbikdgbndief
Mô tả 💚💙💜💛❤️ Customize the colors of the GitHub contributions graph.
Kích Thước Tệp 121 KB
Số Lần Cài Đặt 163
Phiên Bản Hiện Tại 4.0.3
Cập Nhật Lần Cuối 2023-04-04
Ngày Phát Hành 2020-07-04
Đánh Giá 4.60/5 Tổng số 5 Đánh Giá
Nhà Phát Triển g1eny0ung
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/g1eny0ung/github-colorful-contributions-graph
URL Trang Trợ Giúp https://github.com/g1eny0ung/github-colorful-contributions-graph/issues
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GitHub Colorful Contributions",
    "description": "\ud83d\udc9a\ud83d\udc99\ud83d\udc9c\ud83d\udc9b\u2764\ufe0f Customize the colors of the GitHub contributions graph.",
    "version": "4.0.3",
    "manifest_version": 3,
    "permissions": [
        "declarativeContent",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/github.com\/*"
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "images\/16x16.png",
            "32": "images\/32x32.png",
            "48": "images\/48x48.png",
            "128": "images\/128x128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "js": [
                "js\/obelisk.min.js",
                "js\/content_script.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/16x16.png",
        "32": "images\/32x32.png",
        "48": "images\/48x48.png",
        "128": "images\/128x128.png"
    }
}