Fix Trello Boards Width

Fix the container width of the Trello boards after latest UI update

ما هو Fix Trello Boards Width؟

Fix Trello Boards Width هو إضافة Chrome تم تطويرها بواسطة denno020، والميزة الرئيسية لها هي "Fix the container width of the Trello boards after latest UI update".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Fix Trello Boards Width

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

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

                        Simply makes the Trello boards container take up the entire width of the browser, meaning more boards can be seen at once.

Since the most recent Trello update, whereby a Home feed was added, the boards page was restricted to a mere ~700px. For users with large monitors, this was never going to display very well. This extension will fix that.                    

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

الاسم Fix Trello Boards Width Fix Trello Boards Width
ID ogdhdcfaleaijhiknnhphgnhofmpedpi
عنوان URL الرسمي https://chromewebstore.google.com/detail/fix-trello-boards-width/ogdhdcfaleaijhiknnhphgnhofmpedpi
الوصف Fix the container width of the Trello boards after latest UI update
حجم الملف 1.14 MB
عدد التثبيتات 156
النسخة الحالية 1.1.5
آخر تحديث 2020-01-29
تاريخ النشر 2020-01-29
تقييم 4.00/5 مجموع تقييمات 2
المطور denno020
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fix Trello Boards Width",
    "version": "1.1.5",
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "description": "Fix the container width of the Trello boards after latest UI update",
    "author": "Luke Denton ",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.trello.com\/*",
                "https:\/\/*.trello.com\/*"
            ],
            "css": [
                "css\/style.css"
            ]
        }
    ]
}