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
官方網址 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"
}