Trello Bug Feature Colors
Sets colors on Trello cards
Trello Bug Feature Colorsとは何ですか?
Trello Bug Feature ColorsはDerek Antricanによって開発されたChromeの拡張機能で、その主な機能は「Sets colors on Trello cards」です。
拡張機能のスクリーンショット
Trello Bug Feature Colors拡張機能のCRXファイルをダウンロード
Trello Bug Feature Colors拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Colors Trello cards that have the label "Bug" or "Feature" a color based on the color of that label.
拡張機能の基本情報
名前 | Trello Bug Feature Colors |
ID | bhdnphlokfjjjcamgofjdbdicmgnhkmp |
公式URL | https://chromewebstore.google.com/detail/trello-bug-feature-colors/bhdnphlokfjjjcamgofjdbdicmgnhkmp |
説明 | Sets colors on Trello cards |
ファイルサイズ | 9.12 KB |
インストール数 | 18 |
現在のバージョン | 3.0 |
最終更新日 | 2022-11-04 |
公開日 | 2019-09-04 |
開発者 | Derek Antrican |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/derekantrican/TrelloBugFeatureColors |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "js\/content.js" ], "matches": [ "https:\/\/trello.com\/*" ] } ], "description": "Sets colors on Trello cards", "icons": { "128": "img\/icon128.png" }, "manifest_version": 3, "name": "Trello Bug Feature Colors", "version": "3.0" } |