Kanban WIP for Trello

Adds work-in-progress limits to Trello lists supporting a Kanban workflow.

什麼是Kanban WIP for Trello?

Kanban WIP for Trello是由NateHark開發的Chrome擴展程式,該擴展的主要功能是“Adds work-in-progress limits to Trello lists supporting a Kanban workflow.”。

擴展截圖

screenshot

下載Kanban WIP for Trello擴展crx文件

下載Kanban WIP for Trello擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Install

Install Kanban WIP for Trello 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 "QA [5]", this sets a work-in-progress limit of 5 items to the QA list. When the number of cards in the QA list exceeds 5, the list will be highlighted in red.

Updates

v1.0.3
Bug fixes

v1.0.0
Updates for performance and reliability

Issues, feature requests, bug fixes? This project is on Github at https://github.com/NateHark/TrelloWIPLimits                    

擴展基本資訊

名稱 Kanban WIP for Trello Kanban WIP for Trello
ID oekefjibcnongmmmmkdiofgeppfkmdii
官方網址 https://chromewebstore.google.com/detail/kanban-wip-for-trello/oekefjibcnongmmmmkdiofgeppfkmdii
簡介 Adds work-in-progress limits to Trello lists supporting a Kanban workflow.
檔案大小 31.8 KB
安裝次數 9,432
目前版本 1.0.3
更新時間 2017-08-02
上架時間 2017-08-01
評分 4.39/5 共 56 次評分
開發者 NateHark
付費類型 free
擴展官網 https://github.com/NateHark/TrelloWIPLimits
說明頁面URL https://github.com/NateHark/TrelloWIPLimits/issues
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Kanban WIP for Trello",
    "version": "1.0.3",
    "description": "Adds work-in-progress limits to Trello lists supporting a Kanban workflow.",
    "icons": {
        "128": "icon.png"
    },
    "author": "Nathan Harkenrider",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/trello.com\/*"
            ],
            "css": [
                "extension.css"
            ],
            "js": [
                "extension.js"
            ]
        }
    ],
    "homepage_url": "https:\/\/github.com\/NateHark\/TrelloWIPLimits"
}