Original Card Counter for Trello

Shows the number of cards in every list in Trello. Adds support for Kanban limits.

Original Card Counter for Trelloとは何ですか?

Original Card Counter for TrelloはTimによって開発されたChromeの拡張機能で、その主な機能は「Shows the number of cards in every list in Trello. Adds support for Kanban limits.」です。

拡張機能のスクリーンショット

screenshot

Original Card Counter for Trello拡張機能のCRXファイルをダウンロード

Original Card Counter for Trello拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Shows the number of cards in every list in Trello. 

Also filters out divider cards containing two or more == characters. 


Show your support and buy me a beer: https://www.paypal.me/timvde. When installing this extension you might receive email updates about CardCounter for Trello.  

The old extension has been transferred but is neglected and is no longer maintained. I advise you to switch, this one will be supported by me (the original author of the old one).

Changelog:
1.0.4:
 - Added option (Green tick) to hide donate buttons/messages

1.0.3:
 - Fix multiple total count elements

1.0.2:
 - Changed some donate texts                    

拡張機能の基本情報

名前 Original Card Counter for Trello Original Card Counter for Trello
ID ggamggchfpnmhmkeicjgpedgjcllcefp
公式URL https://chromewebstore.google.com/detail/original-card-counter-for/ggamggchfpnmhmkeicjgpedgjcllcefp
説明 Shows the number of cards in every list in Trello. Adds support for Kanban limits.
ファイルサイズ 50.38 KB
インストール数 10,000
現在のバージョン 1.0.4
最終更新日 2018-10-22
公開日 2018-10-22
評価 3.95/5 合計 19 レビュー
開発者 Tim
支払い方法 free
ヘルプページのURL https://twitter.com.com/TimvdEijnden
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "css": [
                "cardcounter.css"
            ],
            "js": [
                "jquery-1.7.1.min.js",
                "cardcounter.js"
            ],
            "matches": [
                "https:\/\/trello.com\/*"
            ]
        }
    ],
    "icons": {
        "128": "icon-128.png",
        "32": "icon-32.png",
        "48": "icon-48.png"
    },
    "description": "Shows the number of cards in every list in Trello. Adds support for Kanban limits.",
    "name": "Original Card Counter for Trello",
    "version": "1.0.4",
    "manifest_version": 2
}