Git Draw
Allows you to draw in your GitHub heatmap.
Cos'è Git Draw?
Git Draw è un'estensione di Chrome sviluppata da ben174, e la sua funzione principale è "Allows you to draw in your GitHub heatmap.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Git Draw
Scarica i file di estensione Git Draw in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | aapcmdackhlfobmkcpplkjpfceihngkh |
URL Ufficiale | https://chrome.google.com/webstore/detail/git-draw/aapcmdackhlfobmkcpplkjpfceihngkh |
Descrizione | Allows you to draw in your GitHub heatmap. |
Dimensione del File | 50.9 KB |
Conteggio Installazioni | 416 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2016-01-21 |
Data di Pubblicazione | 2016-01-21 |
Valutazione | 2.92/5 Totale 12 Valutazioni |
Sviluppatore | ben174 |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |