Git Draw
Allows you to draw in your GitHub heatmap.
Wat is Git Draw?
Git Draw is een Chrome-extensie ontwikkeld door ben174, en de belangrijkste functie is "Allows you to draw in your GitHub heatmap.".
Extensie Screenshots
Download het CRX-bestand van de extensie Git Draw
Download Git Draw-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | aapcmdackhlfobmkcpplkjpfceihngkh |
| Officiële URL | https://chrome.google.com/webstore/detail/git-draw/aapcmdackhlfobmkcpplkjpfceihngkh |
| Beschrijving | Allows you to draw in your GitHub heatmap. |
| Bestandsgrootte | 50.9 KB |
| Aantal Installaties | 416 |
| Huidige Versie | 1.0.1 |
| Laatst Bijgewerkt | 2016-01-21 |
| Publicatiedatum | 2016-01-21 |
| Beoordeling | 2.92/5 Totaal 12 Beoordelingen |
| Ontwikkelaar | ben174 |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
}
]
} | |