Git Draw
Allows you to draw in your GitHub heatmap.
Apa itu Git Draw?
Git Draw adalah ekstensi Chrome yang dikembangkan oleh ben174, dan fitur utamanya adalah "Allows you to draw in your GitHub heatmap.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Git Draw
Unduh file ekstensi Git Draw 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
Allows you to freely draw on your GitHub heatmap. You can then export your drawing to a script containing a git commit log. Once you've run and pushed this script to a new repository, your commit heat map will match the drawing you made.
Informasi Dasar Ekstensi
Nama | |
ID | aapcmdackhlfobmkcpplkjpfceihngkh |
URL Resmi | https://chrome.google.com/webstore/detail/git-draw/aapcmdackhlfobmkcpplkjpfceihngkh |
Deskripsi | Allows you to draw in your GitHub heatmap. |
Ukuran File | 50.9 KB |
Jumlah Instalasi | 416 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2016-01-21 |
Tanggal Publikasi | 2016-01-21 |
Penilaian | 2.92/5 Total 12 Penilaian |
Pengembang | ben174 |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Git Draw", "version": "1.0.1", "manifest_version": 2, "description": "Allows you to draw in your GitHub heatmap.", "homepage_url": "http:\/\/www.bugben.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "contentSettings", "storage" ], "content_scripts": [ { "matches": [ "https:\/\/github.com\/*" ], "js": [ "src\/lib\/jquery-2.2.0.min.js", "src\/inject\/inject.js" ], "css": [ "src\/css\/inject.css" ] } ] } |