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) là gì?
Kanban WIP for Trello (modif. by zrocketer) là một tiện ích mở rộng Chrome được phát triển bởi zrocketer, và tính năng chính của nó là "Adds work-in-progress limits to Trello lists supporting a Kanban workflow. Plus adds exclusion of cards with some labels.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Kanban WIP for Trello (modif. by zrocketer)
Tải xuống các tệp mở rộng Kanban WIP for Trello (modif. by zrocketer) dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | oegedlgmehpmgbdjgpoaeanedoikdbob |
URL Chính Thức | https://chromewebstore.google.com/detail/kanban-wip-for-trello-mod/oegedlgmehpmgbdjgpoaeanedoikdbob |
Mô tả | Adds work-in-progress limits to Trello lists supporting a Kanban workflow. Plus adds exclusion of cards with some labels. |
Kích Thước Tệp | 7.65 KB |
Số Lần Cài Đặt | 80 |
Phiên Bản Hiện Tại | 1.0.33 |
Cập Nhật Lần Cuối | 2018-12-18 |
Ngày Phát Hành | 2018-12-18 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | zrocketer |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/Rocking-horse/TrelloWIPLimits-exclusions |
Ngôn Ngữ Được Hỗ Trợ | 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" } |