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文件

下載Shrink Lists for Trello擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        **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
官方網址 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"
        }
    ]
}