GitHub Contribution Color Graph

Change colors of contribution graph in GitHub

什么是GitHub Contribution Color Graph?

GitHub Contribution Color Graph是由William Belle开发的Chrome扩展程序,该扩展的主要功能是“Change colors of contribution graph in GitHub”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载GitHub Contribution Color Graph扩展crx文件

下载GitHub Contribution Color Graph扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 GitHub Contribution Color Graph GitHub Contribution Color Graph
ID cfilkjdlgdiclmdfdggjommndffiibbe
官方URL https://chromewebstore.google.com/detail/github-contribution-color/cfilkjdlgdiclmdfdggjommndffiibbe
简介 Change colors of contribution graph in GitHub
文件大小 12.07 KB
安装次数 289
当前版本 1.7.2
更新时间 2020-10-30
上架时间 2020-06-29
评分 5.00/5 共1次评分
开发者 William Belle
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/williambelle/github-contribution-color-graph
支持的语言 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"
    }
}