GitHub Contribution Color Graph
Change colors of contribution graph in GitHub
What is GitHub Contribution Color Graph?
GitHub Contribution Color Graph is a Chrome extension developed by William Belle, and its main feature is "Change colors of contribution graph in GitHub".
Extension Screenshots
Download GitHub Contribution Color Graph Extension CRX File
Download GitHub Contribution Color 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
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
Extension Basic Information
Name | GitHub Contribution Color Graph |
ID | cfilkjdlgdiclmdfdggjommndffiibbe |
Official URL | https://chromewebstore.google.com/detail/github-contribution-color/cfilkjdlgdiclmdfdggjommndffiibbe |
Description | Change colors of contribution graph in GitHub |
File Size | 12.07 KB |
Installation Count | 289 |
Current Version | 1.7.2 |
Last Updated | 2020-10-30 |
Publish Date | 2020-06-29 |
Rating | 5.00/5 Total 1 Ratings |
Developer | William Belle |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/williambelle/github-contribution-color-graph |
Supported Languages | 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" } } |