GitHub Contribution Line Graph
Draws the last 4 weeks of a user's GitHub contributions as a line graph
Apa itu GitHub Contribution Line Graph?
GitHub Contribution Line Graph adalah ekstensi Chrome yang dikembangkan oleh declantyson, dan fitur utamanya adalah "Draws the last 4 weeks of a user's GitHub contributions as a line graph".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi GitHub Contribution Line Graph
Unduh file ekstensi GitHub Contribution Line 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
Draws the last 4 weeks of a user's GitHub contributions as a line graph. That's it.
Informasi Dasar Ekstensi
Nama | GitHub Contribution Line Graph |
ID | djhobfakbgkiddiicpajklnlncgppogf |
URL Resmi | https://chromewebstore.google.com/detail/github-contribution-line/djhobfakbgkiddiicpajklnlncgppogf |
Deskripsi | Draws the last 4 weeks of a user's GitHub contributions as a line graph |
Ukuran File | 198 KB |
Jumlah Instalasi | 37 |
Versi Saat Ini | 0.0.1 |
Terakhir Diperbarui | 2017-01-23 |
Tanggal Publikasi | 2017-01-23 |
Pengembang | declantyson |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/declantyson/github-contribution-line-graph |
Bahasa yang Didukung | 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" ] } ] } |