GitHub Contribution Color Graph
Change colors of contribution graph in GitHub
Wat is GitHub Contribution Color Graph?
GitHub Contribution Color Graph is een Chrome-extensie ontwikkeld door William Belle, en de belangrijkste functie is "Change colors of contribution graph in GitHub".
Extensie Screenshots
Download het CRX-bestand van de extensie GitHub Contribution Color Graph
Download GitHub Contribution Color Graph-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | GitHub Contribution Color Graph |
ID | cfilkjdlgdiclmdfdggjommndffiibbe |
Officiële URL | https://chromewebstore.google.com/detail/github-contribution-color/cfilkjdlgdiclmdfdggjommndffiibbe |
Beschrijving | Change colors of contribution graph in GitHub |
Bestandsgrootte | 12.07 KB |
Aantal Installaties | 289 |
Huidige Versie | 1.7.2 |
Laatst Bijgewerkt | 2020-10-30 |
Publicatiedatum | 2020-06-29 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | William Belle |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/williambelle/github-contribution-color-graph |
Ondersteunde Talen | 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" } } |