Collapsible Trello Lists

Allows the user to collapse Trello lists. List setting is stored in extension storage.

Collapsible Trello Lists란 무엇입니까?

Collapsible Trello Lists은(는) webrender에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allows the user to collapse Trello lists. List setting is stored in extension storage."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        This extension adds a button to lists on any Trello board which allow you to collapse that list, in order to save space and minimize distraction.  When dragging cards in Trello, hovering over a collapsed list will cause that list to appear so that you can move cards into closed lists without needing to keep the list open. The list settings are stored locally and no information is sent from your browser.

Version 1.1.11
- Compatibility with new Trello CSS

Version 1.1.10
- Compatibility with new Trello CSS, migration to Manifest V3

Version 1.1.8
- Remove jQuery as dependency.

Version 1.1.7
- Add privacy policy, refactor drag logic.

Version 1.1.6
- Updated jQuery, tweaked styles.

Version 1.1.5
- WebExtensions/Firefox Compatibility.

Version 1.1.4
- More reliable method for triggering script.

Version 1.1.3:
- Improves responsiveness of background script.

Version 1.1.2:
- Use a background page to inject the script, so that it can be re-injected when a user changes boards.

Version 1.1.1:
- Fixes a bug where invalid CSS comments cause the CSS to fail loading.

Version 1.1:
- Renamed from "Collapsible Trello Columns" to "Collapsible Trello Lists" to reflect Trello's terminology.
- Added the ability for closed lists to temporarily open when cards are dropped on them. 
- Minor bugfixes

Version 1.0: Initial Commit                    

확장 프로그램 기본 정보

이름 Collapsible Trello Lists Collapsible Trello Lists
ID kejemfjfgoaekplmemlkjljcfloiemho
공식 URL https://chromewebstore.google.com/detail/collapsible-trello-lists/kejemfjfgoaekplmemlkjljcfloiemho
설명 Allows the user to collapse Trello lists. List setting is stored in extension storage.
파일 크기 13.57 KB
설치 횟수 8,331
현재 버전 1.1.11
최근 업데이트 2023-10-22
출시 날짜 2019-06-12
평점 4.53/5 총 58 개의 평점
개발자 webrender
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://webrender.net/2017/07/17/collapsible-trello-lists.html
개인정보 보호 정책 페이지 URL https://webrender.net/trello-collapse-lists/manifest_v3/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "description": "Allows the user to collapse Trello lists. List setting is stored in extension storage.",
    "action": {
        "default_icon": {
            "128": "icon.png"
        }
    },
    "manifest_version": 3,
    "name": "Collapsible Trello Lists",
    "version": "1.1.11",
    "permissions": [
        "tabs",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/trello.com\/*"
    ]
}