GitHub Contribution Line Graph

Draws the last 4 weeks of a user's GitHub contributions as a line graph

什么是GitHub Contribution Line Graph?

GitHub Contribution Line Graph是由declantyson开发的Chrome扩展程序,该扩展的主要功能是“Draws the last 4 weeks of a user's GitHub contributions as a line graph”。

扩展截图

screenshot

下载GitHub Contribution Line Graph扩展crx文件

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

扩展使用说明

                        Draws the last 4 weeks of a user's GitHub contributions as a line graph. That's it.                    

扩展基本信息

名称 GitHub Contribution Line Graph GitHub Contribution Line Graph
ID djhobfakbgkiddiicpajklnlncgppogf
官方URL https://chromewebstore.google.com/detail/github-contribution-line/djhobfakbgkiddiicpajklnlncgppogf
简介 Draws the last 4 weeks of a user's GitHub contributions as a line graph
文件大小 198 KB
安装次数 37
当前版本 0.0.1
更新时间 2017-01-23
上架时间 2017-01-23
开发者 declantyson
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/declantyson/github-contribution-line-graph
支持的语言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GitHub Contribution Line Graph",
    "version": "0.0.1",
    "description": "Draws the last 4 weeks of a user's GitHub contributions as a line graph",
    "icons": {
        "16": "gclg-16.png",
        "48": "gclg-48.png",
        "128": "gclg-128.png"
    },
    "homepage_url": "https:\/\/github.com\/declantyson\/github-contribution-line-graph",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.github.com\/*"
            ],
            "js": [
                "jquery-2.2.4.min.js",
                "Chart.min.js",
                "gclg.js"
            ]
        }
    ]
}