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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use with Trello to hide empty lists and resize the width of visible lists."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Shrink Lists for Trello एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        **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
आधिकारिक URL 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"
        }
    ]
}