Card Colors for Trello
Takes card label colors, either merge them or pick the first and add them to the entire card.
Card Colors for Trelloとは何ですか?
Card Colors for TrelloはTrustpilotによって開発されたChromeの拡張機能で、その主な機能は「Takes card label colors, either merge them or pick the first and add them to the entire card.」です。
拡張機能のスクリーンショット
Card Colors for Trello拡張機能のCRXファイルをダウンロード
Card Colors for Trello拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Simple extension allowing the selected label colors of cards in Trello to fill the entire card. Settings allow either combing colors of multiple labels by simple rgb base value average or pick the color of the first label. 1.0.0.8 - Fixed issue with changed classes 1.0.0.7 - Reduced CPU load by only updating the DOM when there are changes 1.0.0.6 - Fixed some style issues and added an option button to select between 'merge' and 'use first label color'-mode to the top left menu. 1.0.0.5 - Should play more nicely with stickers now. If not - let me know.
拡張機能の基本情報
名前 | |
ID | nodlpencjjlohojddhflnahnfpfanbjm |
公式URL | https://chromewebstore.google.com/detail/card-colors-for-trello/nodlpencjjlohojddhflnahnfpfanbjm |
説明 | Takes card label colors, either merge them or pick the first and add them to the entire card. |
ファイルサイズ | 37.98 KB |
インストール数 | 22,843 |
現在のバージョン | 1.0.0.8 |
最終更新日 | 2017-06-28 |
公開日 | 2017-06-28 |
評価 | 3.97/5 合計 104 レビュー |
開発者 | Trustpilot |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | http://legal.trustpilot.com/end-user-privacy-terms |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Card Colors for Trello", "description": "Takes card label colors, either merge them or pick the first and add them to the entire card.", "version": "1.0.0.8", "icons": { "128": "img\/icon128.png" }, "web_accessible_resources": [ "js\/jquery.min.map" ], "content_scripts": [ { "matches": [ "https:\/\/trello.com\/*" ], "js": [ "js\/jquery-1.9.1.min.js", "js\/content.js" ] } ] } |