Trello Card Colors
Fill cards with each label-color. Easier and more convinient than official cover. A substitute extension for Card Colors for Trello.
Trello Card Colorsとは何ですか?
Trello Card ColorsはKoji Sekiguchiによって開発されたChromeの拡張機能で、その主な機能は「Fill cards with each label-color. Easier and more convinient than official cover. A substitute extension for Card Colors for Trello.」です。
拡張機能のスクリーンショット
Trello Card Colors拡張機能のCRXファイルをダウンロード
Trello Card Colors拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Fills each cards background colour on Trello boards with label colour of the card. More convinient and easier than official cover function. - less clicks than cover. - support multiple colors. 0.1.1 - Fix some problems for coloring card on initial view. 0.1.0 - Change the title! 0.0.6 - Add Japanese description. 0.0.5 - Support multi labels card. 0.0.4 - First release.
拡張機能の基本情報
名前 | Trello Card Colors |
ID | gnofggopjcccippphnjmajelmklljmhl |
公式URL | https://chromewebstore.google.com/detail/trello-card-colors/gnofggopjcccippphnjmajelmklljmhl |
説明 | Fill cards with each label-color. Easier and more convinient than official cover. A substitute extension for Card Colors for Trello. |
ファイルサイズ | 8.37 KB |
インストール数 | 2,167 |
現在のバージョン | 0.1.1 |
最終更新日 | 2022-06-28 |
公開日 | 2020-06-07 |
評価 | 3.62/5 合計 13 レビュー |
開発者 | Koji Sekiguchi |
Eメール | [email protected] |
支払い方法 | free |
ヘルプページのURL | https://twitter.com/sarumonera |
対応言語 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "short_name": "__MSG_appShortName__", "description": "__MSG_appDescription__", "version": "0.1.1", "manifest_version": 2, "default_locale": "en", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/trello.com\/*" ], "js": [ "scripts\/contentscript.js" ], "run_at": "document_end", "all_frames": false } ] } |