Trello Bug Feature Colors

Sets colors on Trello cards

Trello Bug Feature Colors란 무엇입니까?

Trello Bug Feature Colors은(는) Derek Antrican에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Sets colors on Trello cards"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Colors Trello cards that have the label "Bug" or "Feature" a color based on the color of that label.                    

확장 프로그램 기본 정보

이름 Trello Bug Feature Colors Trello Bug Feature Colors
ID bhdnphlokfjjjcamgofjdbdicmgnhkmp
공식 URL https://chromewebstore.google.com/detail/trello-bug-feature-colors/bhdnphlokfjjjcamgofjdbdicmgnhkmp
설명 Sets colors on Trello cards
파일 크기 9.12 KB
설치 횟수 18
현재 버전 3.0
최근 업데이트 2022-11-04
출시 날짜 2019-09-04
개발자 Derek Antrican
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/derekantrican/TrelloBugFeatureColors
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "https:\/\/trello.com\/*"
            ]
        }
    ],
    "description": "Sets colors on Trello cards",
    "icons": {
        "128": "img\/icon128.png"
    },
    "manifest_version": 3,
    "name": "Trello Bug Feature Colors",
    "version": "3.0"
}