Card Colors for Trello

Takes card label colors, either merge them or pick the first and add them to the entire card.

Card Colors for Trello란 무엇입니까?

Card Colors for Trello은(는) Trustpilot에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Takes card label colors, either merge them or pick the first and add them to the entire card."입니다.

확장 프로그램 스크린샷

screenshot

Card Colors for Trello 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Simple extension allowing the selected label colors of cards in Trello to fill the entire card. Settings allow either combing colors of multiple labels by simple rgb base value average or pick the color of the first label.

1.0.0.8 - Fixed issue with changed classes
1.0.0.7 - Reduced CPU load by only updating the DOM when there are changes
1.0.0.6 - Fixed some style issues and added an option button to select between 'merge' and 'use first label color'-mode to the top left menu.
1.0.0.5 - Should play more nicely with stickers now. If not - let me know.                    

확장 프로그램 기본 정보

이름 Card Colors for Trello Card Colors for Trello
ID nodlpencjjlohojddhflnahnfpfanbjm
공식 URL https://chromewebstore.google.com/detail/card-colors-for-trello/nodlpencjjlohojddhflnahnfpfanbjm
설명 Takes card label colors, either merge them or pick the first and add them to the entire card.
파일 크기 37.98 KB
설치 횟수 22,843
현재 버전 1.0.0.8
최근 업데이트 2017-06-28
출시 날짜 2017-06-28
평점 3.97/5 총 104 개의 평점
개발자 Trustpilot
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL http://legal.trustpilot.com/end-user-privacy-terms
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Card Colors for Trello",
    "description": "Takes card label colors, either merge them or pick the first and add them to the entire card.",
    "version": "1.0.0.8",
    "icons": {
        "128": "img\/icon128.png"
    },
    "web_accessible_resources": [
        "js\/jquery.min.map"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/trello.com\/*"
            ],
            "js": [
                "js\/jquery-1.9.1.min.js",
                "js\/content.js"
            ]
        }
    ]
}