Git Draw
Allows you to draw in your GitHub heatmap.
Hvad er Git Draw?
Git Draw er en Chrome-udvidelse udviklet af ben174, og dens hovedfunktion er "Allows you to draw in your GitHub heatmap.".
Udvidelsesskærmbilleder
Download Git Draw-udvidelses-CRX-fil
Download Git Draw-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | aapcmdackhlfobmkcpplkjpfceihngkh |
Officiel URL | https://chrome.google.com/webstore/detail/git-draw/aapcmdackhlfobmkcpplkjpfceihngkh |
Beskrivelse | Allows you to draw in your GitHub heatmap. |
Filstørrelse | 50.9 KB |
Antal Installationer | 416 |
Nuværende Version | 1.0.1 |
Senest Opdateret | 2016-01-21 |
Udgivelsesdato | 2016-01-21 |
Bedømmelse | 2.92/5 Samlet 12 Bedømmelser |
Udvikler | ben174 |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } ] } |