Card Numbers for Trello

Show the card numbers on trello.com for easier communication in a team

什么是Card Numbers for Trello?

Card Numbers for Trello是由mikespokefire开发的Chrome扩展程序,该扩展的主要功能是“Show the card numbers on trello.com for easier communication in a team”。

扩展截图

screenshot

下载Card Numbers for Trello扩展crx文件

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

扩展使用说明

                        Simply adds the card number to the top left corner of cards to allow for easier discussion at stand ups and when working in teams.                    

扩展基本信息

名称 Card Numbers for Trello Card Numbers for Trello
ID ddadhlcejiholmdiihbdcfoapdfkhicn
官方URL https://chromewebstore.google.com/detail/card-numbers-for-trello/ddadhlcejiholmdiihbdcfoapdfkhicn
简介 Show the card numbers on trello.com for easier communication in a team
文件大小 10.44 KB
安装次数 6,546
当前版本 2.0.0
更新时间 2014-08-28
上架时间 2014-08-28
评分 4.48/5 共25次评分
开发者 mikespokefire
付费类型 free
扩展官网 https://github.com/mikespokefire/card_numbers_for_trello
帮助页面URL https://github.com/mikespokefire/card_numbers_for_trello/issues
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Card Numbers for Trello",
    "version": "2.0.0",
    "description": "Show the card numbers on trello.com for easier communication in a team",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/trello.com\/*"
            ],
            "css": [
                "override.css"
            ],
            "all_frames": true
        }
    ]
}