FlexyTrello

Make Trello Lists Resizable

ما هو FlexyTrello؟

FlexyTrello هو إضافة Chrome تم تطويرها بواسطة martin.mouterde، والميزة الرئيسية لها هي "Make Trello Lists Resizable".

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

تحميل ملف CRX للإضافة FlexyTrello

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

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

                        Make Trello Lists more flexible : 
- Resize lists
- Display lists on several columns
- Collapse/Expand lists

Release 1.3 : Make sure to allow access to Trello from extention Options page                    

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

الاسم FlexyTrello FlexyTrello
ID pggiemacedhgohmpcgdpceckeicjlgfn
عنوان URL الرسمي https://chromewebstore.google.com/detail/flexytrello/pggiemacedhgohmpcgdpceckeicjlgfn
الوصف Make Trello Lists Resizable
حجم الملف 103 KB
عدد التثبيتات 2,249
النسخة الحالية 1.3.19
آخر تحديث 2023-05-06
تاريخ النشر 2020-06-29
تقييم 3.72/5 مجموع تقييمات 47
المطور martin.mouterde
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/mmouterde/FlexyTrello
عنوان صفحة المساعدة https://github.com/mmouterde/FlexyTrello
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FlexyTrello",
    "description": "Make Trello Lists Resizable",
    "version": "1.3.19",
    "icons": {
        "16": "img\/resize16.png",
        "48": "img\/resize48.png",
        "128": "img\/resize128.png"
    },
    "author": "Martin Mouterde",
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "content_scripts": [
        {
            "js": [
                "lib\/jquery-1.11.2.js",
                "lib\/jquery.waituntilexists.js",
                "scripts\/FlexyTrello.js"
            ],
            "matches": [
                "https:\/\/trello.com\/b*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/resize.png",
                "img\/resize16.png",
                "img\/resize48.png",
                "img\/resize128.png",
                "lib\/HashSearch.js",
                "lib\/jquery.waituntilexists.js",
                "lib\/jquery-1.11.2.js",
                "lib\/trello_client.js",
                "settings\/css\/style.css",
                "settings\/js\/settings.js",
                "settings\/index.html",
                "style\/override.css",
                "scripts\/background.js",
                "scripts\/FlexyTrello.js",
                "scripts\/key.js"
            ],
            "matches": [
                "https:\/\/trello.com\/*"
            ]
        }
    ],
    "options_page": "settings\/index.html",
    "permissions": [
        "tabs",
        "declarativeContent"
    ],
    "host_permissions": [
        "https:\/\/trello.com\/*"
    ],
    "action": {
        "default_icon": "img\/resize.png",
        "default_title": "FlexyTrello"
    },
    "manifest_version": 3
}