GitHub Contribution Line Graph
Draws the last 4 weeks of a user's GitHub contributions as a line graph
What is GitHub Contribution Line Graph?
GitHub Contribution Line Graph is a Chrome extension developed by declantyson, and its main feature is "Draws the last 4 weeks of a user's GitHub contributions as a line graph".
Extension Screenshots
Download GitHub Contribution Line Graph Extension CRX File
Download GitHub Contribution Line Graph 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
Draws the last 4 weeks of a user's GitHub contributions as a line graph. That's it.
Extension Basic Information
Name | GitHub Contribution Line Graph |
ID | djhobfakbgkiddiicpajklnlncgppogf |
Official URL | https://chromewebstore.google.com/detail/github-contribution-line/djhobfakbgkiddiicpajklnlncgppogf |
Description | Draws the last 4 weeks of a user's GitHub contributions as a line graph |
File Size | 198 KB |
Installation Count | 37 |
Current Version | 0.0.1 |
Last Updated | 2017-01-23 |
Publish Date | 2017-01-23 |
Developer | declantyson |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/declantyson/github-contribution-line-graph |
Supported Languages | 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" ] } ] } |