Trello Lists Manager

Allow to hide and show lists on your Trello boards.

ما هو Trello Lists Manager؟

Trello Lists Manager هو إضافة Chrome تم تطويرها بواسطة michamfr، والميزة الرئيسية لها هي "Allow to hide and show lists on your Trello boards.".

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

screenshot
screenshot
screenshot
screenshot

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

قم بتنزيل ملفات الامتداد Trello Lists Manager بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Allows to hide entire list from being displayed on your board with having to archive them. 

This becomes really useful if the board becames too big and doesn't belongs to you :)                    

معلومات أساسية عن التمديد

الاسم Trello Lists Manager Trello Lists Manager
ID aidnllgbgcffhbobliklniibjekkdgmb
عنوان URL الرسمي https://chrome.google.com/webstore/detail/trello-lists-manager/aidnllgbgcffhbobliklniibjekkdgmb
الوصف Allow to hide and show lists on your Trello boards.
حجم الملف 148 KB
عدد التثبيتات 171
النسخة الحالية 1.0.0
آخر تحديث 2017-06-03
تاريخ النشر 2017-06-03
تقييم 3.29/5 مجموع تقييمات 7
المطور michamfr
نوع الدفع free
موقع الإضافة https://github.com/MollardMichael/trello-list-manager
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0",
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "style.css"
            ],
            "js": [
                "js\/jquery-1.11.1.min.js",
                "js\/jquery.ba-throttle-debounce.min.js",
                "js\/jquery.waituntilexists.min.js",
                "js\/mutation-summary.js",
                "js\/list-manager.js"
            ],
            "matches": [
                "*:\/\/trello.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "*:\/\/trello.com\/",
        "storage"
    ],
    "icons": {
        "48": "icons\/tlm48.png",
        "128": "icons\/tlm128.png"
    },
    "manifest_version": 2,
    "name": "Trello Lists Manager",
    "short_name": "TLM",
    "description": "Allow to hide and show lists on your Trello boards.",
    "author": "Michael Mollard"
}