Shrink Lists for Trello

Use with Trello to hide empty lists and resize the width of visible lists.

Shrink Lists for Trello란 무엇입니까?

Shrink Lists for Trello은(는) labbeen에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Use with Trello to hide empty lists and resize the width of visible lists."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Shrink Lists for Trello 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        **If you need to add a list, you can double click anywhere on a board.**

This extension will add four buttons to all your boards. "Hide Empty Lists" will hide all empty lists from the board.  When empty lists are hidden, "Show Empty Lists" will appear.  "Show Empty Lists" will show all previously hidden lists.  "Shrink Lists" will reduce the width of lists on the board automatically based on available screen space.  When lists have been shrunk, the button changes to "Expand Lists".  "Expand Lists" will revert lists to their original size.  

This extension will also remove the "Add a list..." button from your boards.  If you need to add a list, you can double click anywhere on a board.                    

확장 프로그램 기본 정보

이름 Shrink Lists for Trello Shrink Lists for Trello
ID kilgjjpphamfafmpfbljhhnibfalgica
공식 URL https://chromewebstore.google.com/detail/shrink-lists-for-trello/kilgjjpphamfafmpfbljhhnibfalgica
설명 Use with Trello to hide empty lists and resize the width of visible lists.
파일 크기 122 KB
설치 횟수 520
현재 버전 2.0
최근 업데이트 2023-10-25
출시 날짜 2017-03-21
평점 3.90/5 총 10 개의 평점
개발자 labbeen
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Shrink Lists for Trello",
    "short_name": "Shrink Trello",
    "version": "2.0",
    "manifest_version": 3,
    "description": "Use with Trello to hide empty lists and resize the width of visible lists.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png",
        "256": "icons\/icon128.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/trello.com\/*"
            ],
            "js": [
                "js\/jquery\/jquery.min.js",
                "src\/main.js",
                "src\/events.js"
            ],
            "run_at": "document_end"
        }
    ]
}