Git Draw
Allows you to draw in your GitHub heatmap.
Co to jest Git Draw?
Git Draw to rozszerzenie Chrome opracowane przez ben174, a jego główną funkcją jest „Allows you to draw in your GitHub heatmap.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Git Draw
Pobierz pliki rozszerzeń Git Draw w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | aapcmdackhlfobmkcpplkjpfceihngkh |
Oficjalny URL | https://chrome.google.com/webstore/detail/git-draw/aapcmdackhlfobmkcpplkjpfceihngkh |
Opis | Allows you to draw in your GitHub heatmap. |
Rozmiar pliku | 50.9 KB |
Liczba instalacji | 416 |
Aktualna Wersja | 1.0.1 |
Ostatnia Aktualizacja | 2016-01-21 |
Data Publikacji | 2016-01-21 |
Ocena | 2.92/5 Łącznie 12 Oceny |
Deweloper | ben174 |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } ] } |