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
Eメール [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
}