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" ] } ] } |