Contribution Painter
Paint your Github Contribution panel pretty colors!
Contribution Painterとは何ですか?
Contribution PainterはTristan Wileyによって開発されたChromeの拡張機能で、その主な機能は「Paint your Github Contribution panel pretty colors!」です。
拡張機能のスクリーンショット
Contribution Painter拡張機能のCRXファイルをダウンロード
Contribution Painter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | |
ID | poalnbpalokfhigihgaoalbjcblkbaec |
公式URL | https://chrome.google.com/webstore/detail/contribution-painter/poalnbpalokfhigihgaoalbjcblkbaec |
説明 | Paint your Github Contribution panel pretty colors! |
ファイルサイズ | 17.6 KB |
インストール数 | 51 |
現在のバージョン | 1.1 |
最終更新日 | 2017-02-08 |
公開日 | 2017-02-08 |
評価 | 3.67/5 合計 3 レビュー |
開発者 | Tristan Wiley |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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 } |