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
官方網址 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
電子郵箱 [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"
            ]
        }
    ]
}