GitHub-Chart
Renders an new face for GitHub Contribution Graphs.
What is GitHub-Chart?
GitHub-Chart is a Chrome extension developed by pdd, and its main feature is "Renders an new face for GitHub Contribution Graphs.".
Extension Screenshots
Download GitHub-Chart Extension CRX File
Download GitHub-Chart extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
An extension for Github Users. It renders an Bar graphs & Pie graphs to show your commits better.
Extension Basic Information
Name | GitHub-Chart |
ID | apaldppjjcjgjddfobajdclccgkbkkje |
Official URL | https://chromewebstore.google.com/detail/github-chart/apaldppjjcjgjddfobajdclccgkbkkje |
Description | Renders an new face for GitHub Contribution Graphs. |
File Size | 251 KB |
Installation Count | 543 |
Current Version | 2.1.1 |
Last Updated | 2021-03-10 |
Publish Date | 2016-10-20 |
Rating | 4.89/5 Total 9 Ratings |
Developer | pdd |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/Sobranier/github-chart |
Help Page URL | https://github.com/Sobranier/github-chart/issues |
Supported Languages | 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 } |