GitHub Contribution Color Graph
Change colors of contribution graph in GitHub
Apa itu GitHub Contribution Color Graph?
GitHub Contribution Color Graph adalah ekstensi Chrome yang dikembangkan oleh William Belle, dan fitur utamanya adalah "Change colors of contribution graph in GitHub".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi GitHub Contribution Color Graph
Unduh file ekstensi GitHub Contribution Color Graph dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | GitHub Contribution Color Graph |
ID | cfilkjdlgdiclmdfdggjommndffiibbe |
URL Resmi | https://chromewebstore.google.com/detail/github-contribution-color/cfilkjdlgdiclmdfdggjommndffiibbe |
Deskripsi | Change colors of contribution graph in GitHub |
Ukuran File | 12.07 KB |
Jumlah Instalasi | 289 |
Versi Saat Ini | 1.7.2 |
Terakhir Diperbarui | 2020-10-30 |
Tanggal Publikasi | 2020-06-29 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | William Belle |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/williambelle/github-contribution-color-graph |
Bahasa yang Didukung | 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" } } |