Git Draw
Allows you to draw in your GitHub heatmap.
Qu'est-ce que Git Draw ?
Git Draw est une extension Chrome développée par ben174, et sa fonction principale est "Allows you to draw in your GitHub heatmap.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Git Draw
Téléchargez les fichiers d'extension Git Draw au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | aapcmdackhlfobmkcpplkjpfceihngkh |
URL Officiel | https://chrome.google.com/webstore/detail/git-draw/aapcmdackhlfobmkcpplkjpfceihngkh |
Description | Allows you to draw in your GitHub heatmap. |
Taille du Fichier | 50.9 KB |
Nombre d'Installations | 416 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2016-01-21 |
Date de Publication | 2016-01-21 |
Évaluation | 2.92/5 Total 12 Évaluations |
Développeur | ben174 |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |