github contributions paint
You can paint github contributions panel
What is github contributions paint?
github contributions paint is a Chrome extension developed by inouetakumon, and its main feature is "You can paint github contributions panel".
Extension Screenshots
Download github contributions paint Extension CRX File
Download github contributions paint 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
GithubのContributionsでお絵描きができます。 また色のテーマが変更可能です。
Extension Basic Information
Name | |
ID | bdibnecenojddgmjplnfehpjdmkiddok |
Official URL | https://chrome.google.com/webstore/detail/github-contributions-pain/bdibnecenojddgmjplnfehpjdmkiddok |
Description | You can paint github contributions panel |
File Size | 13.77 KB |
Installation Count | 10 |
Current Version | 1.0.1 |
Last Updated | 2017-12-19 |
Publish Date | 2017-12-19 |
Developer | inouetakumon |
Payment Type | free |
Extension Website | https://github.com/Takumon/github-contributions-paint |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "short_name": "__MSG_appShortName__", "description": "__MSG_appDescription__", "version": "1.0.1", "manifest_version": 2, "default_locale": "en", "permissions": [ "storage", "tabs", "http:\/\/github.com\/*", "https:\/\/github.com\/*" ], "browser_action": { "default_title": "Change colors.", "default_icon": "images\/icon-16.png", "default_popup": "pages\/popup.html" }, "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/github.com\/*" ], "js": [ "scripts\/paint.js", "scripts\/control-theme.js" ], "css": [ "styles\/inject.css" ] } ] } |