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
}