Contribution Painter
Paint your Github Contribution panel pretty colors!
What is Contribution Painter?
Contribution Painter is a Chrome extension developed by Tristan Wiley, and its main feature is "Paint your Github Contribution panel pretty colors!".
Extension Screenshots
Download Contribution Painter Extension CRX File
Download Contribution Painter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | poalnbpalokfhigihgaoalbjcblkbaec |
Official URL | https://chrome.google.com/webstore/detail/contribution-painter/poalnbpalokfhigihgaoalbjcblkbaec |
Description | Paint your Github Contribution panel pretty colors! |
File Size | 17.6 KB |
Installation Count | 51 |
Current Version | 1.1 |
Last Updated | 2017-02-08 |
Publish Date | 2017-02-08 |
Rating | 3.67/5 Total 3 Ratings |
Developer | Tristan Wiley |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } |