Trello Card Colors

Fill cards with each label-color. Easier and more convinient than official cover. A substitute extension for Card Colors for Trello.

Trello Card Colors란 무엇입니까?

Trello Card Colors은(는) Koji Sekiguchi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Fill cards with each label-color. Easier and more convinient than official cover. A substitute extension for Card Colors for Trello."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Fills each cards background colour on Trello boards with label colour of  the card.
More convinient and easier than official cover function.
 - less clicks than cover.
 - support multiple colors. 

0.1.1 - Fix some problems for coloring card on initial view.
0.1.0 - Change the title!
0.0.6 - Add Japanese description.
0.0.5 - Support multi labels card. 
0.0.4 - First release.                    

확장 프로그램 기본 정보

이름 Trello Card Colors Trello Card Colors
ID gnofggopjcccippphnjmajelmklljmhl
공식 URL https://chromewebstore.google.com/detail/trello-card-colors/gnofggopjcccippphnjmajelmklljmhl
설명 Fill cards with each label-color. Easier and more convinient than official cover. A substitute extension for Card Colors for Trello.
파일 크기 8.37 KB
설치 횟수 2,167
현재 버전 0.1.1
최근 업데이트 2022-06-28
출시 날짜 2020-06-07
평점 3.62/5 총 13 개의 평점
개발자 Koji Sekiguchi
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://twitter.com/sarumonera
지원되는 언어 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDescription__",
    "version": "0.1.1",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/trello.com\/*"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ]
}