Git Draw

Allows you to draw in your GitHub heatmap.

O que é Git Draw?

Git Draw é uma extensão do Chrome desenvolvida por ben174, e sua principal característica é "Allows you to draw in your GitHub heatmap.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Git Draw

Baixe arquivos de extensão Git Draw no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Git Draw Git Draw
ID aapcmdackhlfobmkcpplkjpfceihngkh
URL Oficial https://chrome.google.com/webstore/detail/git-draw/aapcmdackhlfobmkcpplkjpfceihngkh
Descrição Allows you to draw in your GitHub heatmap.
Tamanho do Arquivo 50.9 KB
Contagem de Instalações 416
Versão Atual 1.0.1
Última Atualização 2016-01-21
Data de Publicação 2016-01-21
Classificação 2.92/5 Total de 12 Avaliações
Desenvolvedor ben174
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}