Trello Card Counter

This extension is a product of my laziness. You don't need to count the cards anymore.

什么是Trello Card Counter?

Trello Card Counter是由Mehmet Yatkı开发的Chrome扩展程序,该扩展的主要功能是“This extension is a product of my laziness. You don't need to count the cards anymore.”。

扩展截图

screenshot

下载Trello Card Counter扩展crx文件

下载Trello Card Counter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This extension is a product of my laziness. You don't need to count the cards anymore. 

PS: This extension only and just only counts the cards in the lists. So, no worries your data is safe.                    

扩展基本信息

名称 Trello Card Counter Trello Card Counter
ID bodefgeflaobkeejlcbbnbniimlinocd
官方URL https://chromewebstore.google.com/detail/trello-card-counter/bodefgeflaobkeejlcbbnbniimlinocd
简介 This extension is a product of my laziness. You don't need to count the cards anymore.
文件大小 45.2 KB
安装次数 329
当前版本 1.0
更新时间 2016-04-11
上架时间 2016-04-11
评分 4.00/5 共2次评分
开发者 Mehmet Yatkı
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Trello Card Counter",
    "description": "This extension is a product of my laziness. You don't need to count the cards anymore.",
    "version": "1.0",
    "manifest_version": 2,
    "icons": {
        "32": "icon-32.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-1.11.2.min.js",
                "silent.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}