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