Contribution Painter
Paint your Github Contribution panel pretty colors!
O que é Contribution Painter?
Contribution Painter é uma extensão do Chrome desenvolvida por Tristan Wiley, e sua principal característica é "Paint your Github Contribution panel pretty colors!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Contribution Painter
Baixe arquivos de extensão Contribution Painter 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
Paint your (or someone else's) Github contribution panel! Make it pretty colors, make a meme, make it say something. You have 5 colors to choose from. To use press shift and press the blocks in the color pane.
Informações Básicas da Extensão
Nome | |
ID | poalnbpalokfhigihgaoalbjcblkbaec |
URL Oficial | https://chrome.google.com/webstore/detail/contribution-painter/poalnbpalokfhigihgaoalbjcblkbaec |
Descrição | Paint your Github Contribution panel pretty colors! |
Tamanho do Arquivo | 17.6 KB |
Contagem de Instalações | 51 |
Versão Atual | 1.1 |
Última Atualização | 2017-02-08 |
Data de Publicação | 2017-02-08 |
Classificação | 3.67/5 Total de 3 Avaliações |
Desenvolvedor | Tristan Wiley |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Contribution Painter", "description": "Paint your Github Contribution panel pretty colors!", "version": "1.1", "permissions": [ "storage", "tabs", "http:\/\/github.com\/*", "https:\/\/github.com\/*" ], "browser_action": { "default_title": "Change colors.", "default_icon": "icon16.png", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/github.com\/*" ], "js": [ "background.js" ] } ], "manifest_version": 2 } |