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
电子邮箱 [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"
            ]
        }
    ]
}