LabelCounter for Trello

Counts the Card label titles on trello.com

什么是LabelCounter for Trello?

LabelCounter for Trello是由https://rockin.work开发的Chrome扩展程序,该扩展的主要功能是“Counts the Card label titles on trello.com”。

扩展截图

screenshot
screenshot
screenshot

下载LabelCounter for Trello扩展crx文件

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

扩展使用说明

                        This Extension counts cards and label texts, display it.
It will use the card labels for time. ex.) 1h, 2h, 4h, 8h

Required environment
* Trello.com
* install Card Color Titles for Trello Chrome Extension.
    * for display of label texts.
* Setting name of labels in Trello: 0.5h, 1h, 2h, 4h, 8h                    

扩展基本信息

名称 LabelCounter for Trello LabelCounter for Trello
ID eahijelcdannijiaikdpdpjnhcjoblie
官方URL https://chromewebstore.google.com/detail/labelcounter-for-trello/eahijelcdannijiaikdpdpjnhcjoblie
简介 Counts the Card label titles on trello.com
文件大小 18.45 KB
安装次数 103
当前版本 1.0
更新时间 2018-09-10
上架时间 2018-09-10
评分 4.00/5 共1次评分
开发者 https://rockin.work
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/oikwsat/trello-label-counter
帮助页面URL https://github.com/oikwsat/trello-label-counter
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LabelCounter for Trello",
    "description": "Counts the Card label titles on trello.com",
    "version": "1.0",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/trello.com\/b\/*"
            ],
            "js": [
                "js\/injector.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "js\/embeded.js"
    ],
    "permissions": [
        "https:\/\/trello.com\/b\/*"
    ]
}