Kanban WIP for Trello (modif. by zrocketer)
Adds work-in-progress limits to Trello lists supporting a Kanban workflow. Plus adds exclusion of cards with some labels.
Kanban WIP for Trello (modif. by zrocketer)とは何ですか?
Kanban WIP for Trello (modif. by zrocketer)はzrocketerによって開発されたChromeの拡張機能で、その主な機能は「Adds work-in-progress limits to Trello lists supporting a Kanban workflow. Plus adds exclusion of cards with some labels.」です。
拡張機能のスクリーンショット
Kanban WIP for Trello (modif. by zrocketer)拡張機能のCRXファイルをダウンロード
Kanban WIP for Trello (modif. by zrocketer)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This Google Chrome extension is modified extension TrelloWIPLimits (NateHark). Install Install Kanban WIP for Trello (modif. by zrocketer) via the Chrome Web Store. Instructions A work-in-progress limit can be added to a Trello list by adding the limit to the list title in braces. If you name your list "My list [6 gy]", this sets a work-in-progress limit of 6 items to the My list, except for cards with a (g)reen and (y)ellow labels. When the number of cards in the My list exceeds 6 (without cards with green and yellow labels), the list will be highlighted in red. Сharacter values to exclusions: g - green label; y - yellow label; r - red label; b - blue label; s - sky label; l - lime label; p - pink label.
拡張機能の基本情報
名前 | |
ID | oegedlgmehpmgbdjgpoaeanedoikdbob |
公式URL | https://chromewebstore.google.com/detail/kanban-wip-for-trello-mod/oegedlgmehpmgbdjgpoaeanedoikdbob |
説明 | Adds work-in-progress limits to Trello lists supporting a Kanban workflow. Plus adds exclusion of cards with some labels. |
ファイルサイズ | 7.65 KB |
インストール数 | 80 |
現在のバージョン | 1.0.33 |
最終更新日 | 2018-12-18 |
公開日 | 2018-12-18 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | zrocketer |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/Rocking-horse/TrelloWIPLimits-exclusions |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Kanban WIP for Trello (modif. by zrocketer)", "version": "1.0.33", "description": "Adds work-in-progress limits to Trello lists supporting a Kanban workflow. Plus adds exclusion of cards with some labels.", "icons": { "128": "icon.png" }, "author": "Nathan Harkenrider and Maksim Malaleuski", "content_scripts": [ { "matches": [ "https:\/\/trello.com\/*" ], "css": [ "extension.css" ], "js": [ "extension.js" ] } ], "homepage_url": "https:\/\/github.com\/Rocking-horse\/TrelloWIPLimits-exclusions" } |