GitHub-Chart
Renders an new face for GitHub Contribution Graphs.
GitHub-Chartคืออะไร?
GitHub-Chart เป็นส่วนขยายของ Chrome ที่พัฒนาโดย pdd และคุณลักษณะหลักของมันคือ "Renders an new face for GitHub Contribution Graphs."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GitHub-Chart
ดาวน์โหลดไฟล์ส่วนขยาย GitHub-Chart ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
An extension for Github Users. It renders an Bar graphs & Pie graphs to show your commits better.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | GitHub-Chart |
ID | apaldppjjcjgjddfobajdclccgkbkkje |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/github-chart/apaldppjjcjgjddfobajdclccgkbkkje |
คำอธิบาย | Renders an new face for GitHub Contribution Graphs. |
ขนาดไฟล์ | 251 KB |
จำนวนการติดตั้ง | 543 |
เวอร์ชันปัจจุบัน | 2.1.1 |
อัปเดตครั้งล่าสุด | 2021-03-10 |
วันที่เผยแพร่ | 2016-10-20 |
คะแนน | 4.89/5 รวมทั้งหมด 9 คะแนน |
ผู้พัฒนา | pdd |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/Sobranier/github-chart |
URL หน้าช่วยเหลือ | https://github.com/Sobranier/github-chart/issues |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GitHub-Chart", "version": "2.1.1", "description": "Renders an new face for GitHub Contribution Graphs.", "content_scripts": [ { "css": [ "gc-min.css" ], "js": [ "gc.js" ], "matches": [ "https:\/\/github.com\/*", "http:\/\/localhost:2333\/*" ] } ], "permissions": [ "storage" ], "icons": { "48": "icon-48.png", "128": "icon-128.png" }, "manifest_version": 2 } |