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 -…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Trello Extended 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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