Card counter for Trello

Show card count in your Trello lanes

Card counter for Trelloとは何ですか?

Card counter for Trelloはmatsuoshiによって開発されたChromeの拡張機能で、その主な機能は「Show card count in your Trello lanes」です。

拡張機能のスクリーンショット

screenshot
screenshot

Card counter for Trello拡張機能のCRXファイルをダウンロード

Card counter for Trello拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Chrome Extension for Trello

https://github.com/matsuoshi/Card-counter-for-Trello

always show card count number at the top of your Trello lanes.                    

拡張機能の基本情報

名前 Card counter for Trello Card counter for Trello
ID gaafcohgckclklihjchllmhlhpclogfm
公式URL https://chromewebstore.google.com/detail/card-counter-for-trello/gaafcohgckclklihjchllmhlhpclogfm
説明 Show card count in your Trello lanes
ファイルサイズ 8.78 KB
インストール数 1,730
現在のバージョン 1.0.2
最終更新日 2022-08-25
公開日 2019-11-16
評価 2.50/5 合計 2 レビュー
開発者 matsuoshi
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/matsuoshi/Card-counter-for-Trello
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Card counter for Trello",
    "version": "1.0.2",
    "description": "Show card count in your Trello lanes",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "author": "matsuoshi",
    "homepage_url": "https:\/\/github.com\/matsuoshi\/Card-counter-for-Trello",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/trello.com\/*"
            ],
            "css": [
                "style.css"
            ]
        }
    ]
}