Extended CardCounter for Trello

All cards, feature and bug counter, filter by labels (feature, bug, environment and etc.)

什么是Extended CardCounter for Trello?

Extended CardCounter for Trello是由olegg开发的Chrome扩展程序,该扩展的主要功能是“All cards, feature and bug counter, filter by labels (feature, bug, environment and etc.)”。

扩展截图

screenshot

下载Extended CardCounter for Trello扩展crx文件

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

扩展使用说明

                        All cards, feature and bug counter, filter by labels (feature, bug, environment and etc.). Settings/config example see on extension screenshot.
Feel free to any questions to [email protected]                    

扩展基本信息

名称 Extended CardCounter for Trello Extended CardCounter for Trello
ID chjphjkcdppjpcbnempeigegmichkklf
官方URL https://chrome.google.com/webstore/detail/extended-cardcounter-for/chjphjkcdppjpcbnempeigegmichkklf
简介 All cards, feature and bug counter, filter by labels (feature, bug, environment and etc.)
文件大小 716 KB
安装次数 72
当前版本 0.0.4
更新时间 2015-09-02
上架时间 2015-09-02
评分 3.50/5 共2次评分
开发者 olegg
付费类型 free
支持的语言 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\/*"
            ]
        }
    ],
    "description": "All cards, feature and bug counter, filter by labels (feature, bug, environment and etc.)",
    "icons": {
        "128": "icon-128.png",
        "32": "icon-32.png",
        "48": "icon-48.png"
    },
    "manifest_version": 2,
    "name": "Extended CardCounter for Trello",
    "version": "0.0.4"
}