GitHub Contribution Line Graph
Draws the last 4 weeks of a user's GitHub contributions as a line graph
GitHub Contribution Line Graphคืออะไร?
GitHub Contribution Line Graph เป็นส่วนขยายของ Chrome ที่พัฒนาโดย declantyson และคุณลักษณะหลักของมันคือ "Draws the last 4 weeks of a user's GitHub contributions as a line graph"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GitHub Contribution Line Graph
ดาวน์โหลดไฟล์ส่วนขยาย GitHub Contribution Line Graph ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Draws the last 4 weeks of a user's GitHub contributions as a line graph. That's it.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | GitHub Contribution Line Graph |
ID | djhobfakbgkiddiicpajklnlncgppogf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/github-contribution-line/djhobfakbgkiddiicpajklnlncgppogf |
คำอธิบาย | Draws the last 4 weeks of a user's GitHub contributions as a line graph |
ขนาดไฟล์ | 198 KB |
จำนวนการติดตั้ง | 37 |
เวอร์ชันปัจจุบัน | 0.0.1 |
อัปเดตครั้งล่าสุด | 2017-01-23 |
วันที่เผยแพร่ | 2017-01-23 |
ผู้พัฒนา | declantyson |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/declantyson/github-contribution-line-graph |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GitHub Contribution Line Graph", "version": "0.0.1", "description": "Draws the last 4 weeks of a user's GitHub contributions as a line graph", "icons": { "16": "gclg-16.png", "48": "gclg-48.png", "128": "gclg-128.png" }, "homepage_url": "https:\/\/github.com\/declantyson\/github-contribution-line-graph", "content_scripts": [ { "matches": [ "https:\/\/*.github.com\/*" ], "js": [ "jquery-2.2.4.min.js", "Chart.min.js", "gclg.js" ] } ] } |