GitHub Contribution Color Graph
Change colors of contribution graph in GitHub
Qu'est-ce que GitHub Contribution Color Graph ?
GitHub Contribution Color Graph est une extension Chrome développée par William Belle, et sa fonction principale est "Change colors of contribution graph in GitHub".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension GitHub Contribution Color Graph
Téléchargez les fichiers d'extension GitHub Contribution Color Graph au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | GitHub Contribution Color Graph |
ID | cfilkjdlgdiclmdfdggjommndffiibbe |
URL Officiel | https://chromewebstore.google.com/detail/github-contribution-color/cfilkjdlgdiclmdfdggjommndffiibbe |
Description | Change colors of contribution graph in GitHub |
Taille du Fichier | 12.07 KB |
Nombre d'Installations | 289 |
Version Actuelle | 1.7.2 |
Dernière Mise à Jour | 2020-10-30 |
Date de Publication | 2020-06-29 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | William Belle |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/williambelle/github-contribution-color-graph |
Langues Prises en Charge | 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" } } |