Trello Card Counter

Card counters and card identifiers for easy collaboration and project management

Trello Card Counterとは何ですか?

Trello Card CounterはAlex Benoitによって開発されたChromeの拡張機能で、その主な機能は「Card counters and card identifiers for easy collaboration and project management」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        [recently updated, fully working] Trello Card Counter Plus tells you how many cards you have in your lists and board and gives the cards identifiers for easier collaboration and project management. Updated for Trello 2024.                    

拡張機能の基本情報

名前 Trello Card Counter Trello Card Counter
ID hepiaakjhimoagmpalbfoojemcnlnagn
公式URL https://chromewebstore.google.com/detail/trello-card-counter/hepiaakjhimoagmpalbfoojemcnlnagn
説明 Card counters and card identifiers for easy collaboration and project management
ファイルサイズ 14.12 KB
インストール数 20,000
現在のバージョン 3.0.0
最終更新日 2023-12-03
公開日 2017-11-22
評価 3.93/5 合計 27 レビュー
開発者 Alex Benoit
Eメール [email protected]
支払い方法 free
ヘルプページのURL https://alexbenoit.me/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Trello Card Counter",
    "version": "3.0.0",
    "description": "Card counters and card identifiers for easy collaboration and project management",
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "run_at": "document_idle",
            "matches": [
                "https:\/\/trello.com\/b\/*"
            ],
            "js": [
                "trello-override.js"
            ],
            "css": [
                "trello-override.css"
            ]
        }
    ],
    "icons": {
        "128": "trelloext.png"
    }
}