Trello card counter

Count Trello cards in Lists

什么是Trello card counter?

Trello card counter是由martin.mouterde开发的Chrome扩展程序,该扩展的主要功能是“Count Trello cards in Lists”。

扩展截图

screenshot

下载Trello card counter扩展crx文件

下载Trello card counter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Chrome extension witch Add the number of card in each column.                    

扩展基本信息

名称 Trello card counter Trello card counter
ID lkifhkgedjabhdpbogaobhkgajndjihg
官方URL https://chromewebstore.google.com/detail/trello-card-counter/lkifhkgedjabhdpbogaobhkgajndjihg
简介 Count Trello cards in Lists
文件大小 101 KB
安装次数 1,000
当前版本 1.0.1
更新时间 2017-05-30
上架时间 2017-05-30
评分 5.00/5 共2次评分
开发者 martin.mouterde
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/mmouterde/TrelloCardCounter
帮助页面URL https://github.com/mmouterde/TrelloCardCounter
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Trello card counter",
    "description": "Count Trello cards in Lists",
    "version": "1.0.1",
    "icons": {
        "16": "img\/logo16.png",
        "48": "img\/logo48.png",
        "128": "img\/logo128.png"
    },
    "author": "Martin Mouterde",
    "content_scripts": [
        {
            "css": [
                "style\/style.css"
            ],
            "js": [
                "lib\/jquery-1.11.2.js",
                "lib\/jquery.waituntilexists.js",
                "scripts\/main.js"
            ],
            "matches": [
                "https:\/\/trello.com\/b*"
            ]
        }
    ],
    "permissions": [
        "https:\/\/trello.com\/*"
    ],
    "manifest_version": 2
}