GitHub Contribution Color Graph
Change colors of contribution graph in GitHub
GitHub Contribution Color Graphคืออะไร?
GitHub Contribution Color Graph เป็นส่วนขยายของ Chrome ที่พัฒนาโดย William Belle และคุณลักษณะหลักของมันคือ "Change colors of contribution graph in GitHub"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GitHub Contribution Color Graph
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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" } } |