Shrink Lists for Trello

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

Shrink Lists for Trello là gì?

Shrink Lists for Trello là một tiện ích mở rộng Chrome được phát triển bởi labbeen, và tính năng chính của nó là "Use with Trello to hide empty lists and resize the width of visible lists.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Shrink Lists for Trello

Tải xuống các tệp mở rộng Shrink Lists for Trello dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        **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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Shrink Lists for Trello Shrink Lists for Trello
ID kilgjjpphamfafmpfbljhhnibfalgica
URL Chính Thức https://chromewebstore.google.com/detail/shrink-lists-for-trello/kilgjjpphamfafmpfbljhhnibfalgica
Mô tả Use with Trello to hide empty lists and resize the width of visible lists.
Kích Thước Tệp 122 KB
Số Lần Cài Đặt 520
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2023-10-25
Ngày Phát Hành 2017-03-21
Đánh Giá 3.90/5 Tổng số 10 Đánh Giá
Nhà Phát Triển labbeen
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}