GitHub Contribution Color Graph
Change colors of contribution graph in GitHub
GitHub Contribution Color Graphとは何ですか?
GitHub Contribution Color GraphはWilliam Belleによって開発されたChromeの拡張機能で、その主な機能は「Change colors of contribution graph in GitHub」です。
拡張機能のスクリーンショット
GitHub Contribution Color Graph拡張機能のCRXファイルをダウンロード
GitHub Contribution Color Graph拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | GitHub Contribution Color Graph |
ID | cfilkjdlgdiclmdfdggjommndffiibbe |
公式URL | https://chromewebstore.google.com/detail/github-contribution-color/cfilkjdlgdiclmdfdggjommndffiibbe |
説明 | Change colors of contribution graph in GitHub |
ファイルサイズ | 12.07 KB |
インストール数 | 289 |
現在のバージョン | 1.7.2 |
最終更新日 | 2020-10-30 |
公開日 | 2020-06-29 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | William Belle |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/williambelle/github-contribution-color-graph |
対応言語 | 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" } } |