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 هو إضافة Chrome تم تطويرها بواسطة labbeen، والميزة الرئيسية لها هي "Use with Trello to hide empty lists and resize the width of visible lists.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Shrink Lists for Trello

قم بتنزيل ملفات الامتداد Shrink Lists for Trello بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
        }
    ]
}