Trello Clean

Get a clean board on Trello.com

Trello Clean란 무엇입니까?

Trello Clean은(는) https://manuelgruber.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get a clean board on Trello.com"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        The board layout on Trello.com changed some time ago. They added another column on the right side of every board. As it's a great idea to onboard new users, for existing superusers it's disturbing. The "Add a list..." button just wastes space on the screen. Especially for boards with a few columns / lists, the additional button will add a horizontal scroll bar. Which has a negative impact on the user experience.

This Chrome extension solves the problem:
1. Install the extension
2. Refresh the browser tabs with Trello boards 
3. And the "Add a list..." button is hidden

More at http://manuelgruber.com/trello-clean


FYI
If you want to add new lists to your board, just go to the installed extensions (chrome://extensions/). There you can disable and enable the extension.                    

확장 프로그램 기본 정보

이름 Trello Clean Trello Clean
ID iodgmlcdnnjgiejimnifloaaaehkbdno
공식 URL https://chromewebstore.google.com/detail/trello-clean/iodgmlcdnnjgiejimnifloaaaehkbdno
설명 Get a clean board on Trello.com
파일 크기 3.17 KB
설치 횟수 384
현재 버전 1.1.0
최근 업데이트 2023-11-25
출시 날짜 2015-11-14
평점 5.00/5 총 7 개의 평점
개발자 https://manuelgruber.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://manuelgruber.com/trello-clean
도움말 페이지 URL http://manuelgruber.com/trello-clean
개인정보 보호 정책 페이지 URL http://manuelgruber.com/2015/trello-clean-introduction
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Trello Clean",
    "description": "Get a clean board on Trello.com",
    "version": "1.1.0",
    "author": "Manuel Gruber",
    "homepage_url": "http:\/\/manuelgruber.com\/trello-clean",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/trello.com\/*"
            ],
            "css": [
                "\/trello-clean.css"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": []
}