Trello Board Color Changer
Let's you change your Trello boards background color.
Trello Board Color Changerとは何ですか?
Trello Board Color Changerはdaergothによって開発されたChromeの拡張機能で、その主な機能は「Let's you change your Trello boards background color.」です。
Trello Board Color Changer拡張機能のCRXファイルをダウンロード
Trello Board Color Changer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This small extension let's you change your Trello boards background color. Further development is planned!
拡張機能の基本情報
名前 | |
ID | gkhfebpopgcijhcobafpmaomafhaghhb |
公式URL | https://chromewebstore.google.com/detail/trello-board-color-change/gkhfebpopgcijhcobafpmaomafhaghhb |
説明 | Let's you change your Trello boards background color. |
ファイルサイズ | 315 KB |
インストール数 | 20 |
現在のバージョン | 0.4 |
最終更新日 | 2016-08-06 |
公開日 | 2016-08-06 |
評価 | 3.00/5 合計 2 レビュー |
開発者 | daergoth |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Trello Board Color Changer", "description": "Let's you change your Trello boards background color.", "version": "0.4", "permissions": [ "tabs", "storage", "*:\/\/trello.com\/*" ], "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_title": "Set your Trello boards background color", "default_icon": "icons\/icon16.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/trello.com\/b\/*" ], "js": [ "jquery\/jquery.min.js", "content-script.js" ] } ], "manifest_version": 2 } |