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 |
| 官方網址 | 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"
} | |