GitHub-Chart

Renders an new face for GitHub Contribution Graphs.

什么是GitHub-Chart?

GitHub-Chart是由pdd开发的Chrome扩展程序,该扩展的主要功能是“Renders an new face for GitHub Contribution Graphs.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载GitHub-Chart扩展crx文件

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

扩展使用说明

                        An extension for Github Users.
It renders an Bar graphs & Pie graphs to show your commits better.                    

扩展基本信息

名称 GitHub-Chart GitHub-Chart
ID apaldppjjcjgjddfobajdclccgkbkkje
官方URL https://chromewebstore.google.com/detail/github-chart/apaldppjjcjgjddfobajdclccgkbkkje
简介 Renders an new face for GitHub Contribution Graphs.
文件大小 251 KB
安装次数 543
当前版本 2.1.1
更新时间 2021-03-10
上架时间 2016-10-20
评分 4.89/5 共9次评分
开发者 pdd
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/Sobranier/github-chart
帮助页面URL https://github.com/Sobranier/github-chart/issues
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GitHub-Chart",
    "version": "2.1.1",
    "description": "Renders an new face for GitHub Contribution Graphs.",
    "content_scripts": [
        {
            "css": [
                "gc-min.css"
            ],
            "js": [
                "gc.js"
            ],
            "matches": [
                "https:\/\/github.com\/*",
                "http:\/\/localhost:2333\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "icons": {
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "manifest_version": 2
}