Trello Extended
This extension expands the features of Trello, by enabling a few hidden features as well as adding new ones. Features Enabled -…
什么是Trello Extended?
Trello Extended是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“This extension expands the features of Trello, by enabling a few hidden features as well as adding new ones. Features Enabled -…”。
扩展截图
下载Trello Extended扩展crx文件
下载Trello Extended扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension expands the features of Trello, by enabling a few hidden features as well as adding new ones. Features Enabled - label titles will now be displayed - card counts at the tops of the list will now be displayed New features - using (digits) notation will add a badge to each card. This can be used as estimated points in an agile/scrum scenario. Totals will be displayed on top of the list. - using [digits] notation will add a badge to each card. This can be used as additional points in an agile/scrum scenario. Totals will be displayed on top of the list. - using ($digits) notation will add a badge to each card. This can be used for adding dollar values, positive or negative, to each card. Totals will be displayed on top of the list. - using {name} notation will add the defined card color label badge in the top right, as well as add a border to the card. The labels and colors are defined in a separate list called "Card Colors". Each card in that list has 3 dash delimited parameters. The first is the label name, the second is a css color for the border/background, and the third is optional which is the text color for the label.
扩展基本信息
名称 | Trello Extended |
ID | donfidipaakamnppilgalacjckodaeog |
官方URL | https://chromewebstore.google.com/detail/trello-extended/donfidipaakamnppilgalacjckodaeog |
简介 | This extension expands the features of Trello, by enabling a few hidden features as well as adding new ones. Features Enabled -… |
文件大小 | 36.7 KB |
安装次数 | 268 |
当前版本 | 1.3 |
更新时间 | 2016-04-22 |
上架时间 | 2016-04-22 |
评分 | 4.50/5 共4次评分 |
开发者 | Unknown |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Trello Extended", "description": "", "version": "1.3", "author": "Mitko Tochev", "content_scripts": [ { "matches": [ "https:\/\/trello.com\/*" ], "js": [ "js\/jquery-2.2.3.min.js", "js\/card_colors.js" ], "css": [ "css\/card_colors.css" ] } ] } |