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