GitHub Contribution Color Graph
Change colors of contribution graph in GitHub
Hvad er GitHub Contribution Color Graph?
GitHub Contribution Color Graph er en Chrome-udvidelse udviklet af William Belle, og dens hovedfunktion er "Change colors of contribution graph in GitHub".
Udvidelsesskærmbilleder
Download GitHub Contribution Color Graph-udvidelses-CRX-fil
Download GitHub Contribution Color Graph-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | GitHub Contribution Color Graph |
ID | cfilkjdlgdiclmdfdggjommndffiibbe |
Officiel URL | https://chromewebstore.google.com/detail/github-contribution-color/cfilkjdlgdiclmdfdggjommndffiibbe |
Beskrivelse | Change colors of contribution graph in GitHub |
Filstørrelse | 12.07 KB |
Antal Installationer | 289 |
Nuværende Version | 1.7.2 |
Senest Opdateret | 2020-10-30 |
Udgivelsesdato | 2020-06-29 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | William Belle |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/williambelle/github-contribution-color-graph |
Understøttede Sprog | 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" } } |