Trello Lists Manager

Allow to hide and show lists on your Trello boards.

Trello Lists Manager란 무엇입니까?

Trello Lists Manager은(는) michamfr에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allow to hide and show lists on your Trello boards."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Allows to hide entire list from being displayed on your board with having to archive them. 

This becomes really useful if the board becames too big and doesn't belongs to you :)                    

확장 프로그램 기본 정보

이름 Trello Lists Manager Trello Lists Manager
ID aidnllgbgcffhbobliklniibjekkdgmb
공식 URL https://chrome.google.com/webstore/detail/trello-lists-manager/aidnllgbgcffhbobliklniibjekkdgmb
설명 Allow to hide and show lists on your Trello boards.
파일 크기 148 KB
설치 횟수 171
현재 버전 1.0.0
최근 업데이트 2017-06-03
출시 날짜 2017-06-03
평점 3.29/5 총 7 개의 평점
개발자 michamfr
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/MollardMichael/trello-list-manager
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0",
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "style.css"
            ],
            "js": [
                "js\/jquery-1.11.1.min.js",
                "js\/jquery.ba-throttle-debounce.min.js",
                "js\/jquery.waituntilexists.min.js",
                "js\/mutation-summary.js",
                "js\/list-manager.js"
            ],
            "matches": [
                "*:\/\/trello.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "*:\/\/trello.com\/",
        "storage"
    ],
    "icons": {
        "48": "icons\/tlm48.png",
        "128": "icons\/tlm128.png"
    },
    "manifest_version": 2,
    "name": "Trello Lists Manager",
    "short_name": "TLM",
    "description": "Allow to hide and show lists on your Trello boards.",
    "author": "Michael Mollard"
}