GitHub Contribution Color Graph
Change colors of contribution graph in GitHub
Co je GitHub Contribution Color Graph?
GitHub Contribution Color Graph je rozšíření Chrome vyvinuté William Belle, a jeho hlavní funkcí je „Change colors of contribution graph in GitHub“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření GitHub Contribution Color Graph
Stáhněte si soubory rozšíření GitHub Contribution Color Graph ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | GitHub Contribution Color Graph |
ID | cfilkjdlgdiclmdfdggjommndffiibbe |
Oficiální URL | https://chromewebstore.google.com/detail/github-contribution-color/cfilkjdlgdiclmdfdggjommndffiibbe |
Popis | Change colors of contribution graph in GitHub |
Velikost souboru | 12.07 KB |
Počet instalací | 289 |
Aktuální Verze | 1.7.2 |
Poslední Aktualizace | 2020-10-30 |
Datum Vydání | 2020-06-29 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | William Belle |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/williambelle/github-contribution-color-graph |
Podporované Jazyky | 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" } } |