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"
}