Trello Grid

Adds grid layout to Trello

ما هو Trello Grid؟

Trello Grid هو إضافة Chrome تم تطويرها بواسطة fuechec.mark، والميزة الرئيسية لها هي "Adds grid layout to Trello".

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

screenshot

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

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

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

                        This simple extension that creates a grid layout for the Trello board. After installing the extension, navigate to Trello.com and your banyan boards will be togglable to a grid layout by pressing the 'g' key.                    

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

الاسم Trello Grid Trello Grid
ID ddlkemoiobinoolmeccabbpbalojmlij
عنوان URL الرسمي https://chromewebstore.google.com/detail/trello-grid/ddlkemoiobinoolmeccabbpbalojmlij
الوصف Adds grid layout to Trello
حجم الملف 474 KB
عدد التثبيتات 31
النسخة الحالية 0.0.0.2
آخر تحديث 2020-11-17
تاريخ النشر 2020-11-12
تقييم 1.33/5 مجموع تقييمات 3
المطور fuechec.mark
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trello Grid",
    "version": "0.0.0.2",
    "description": "Adds grid layout to Trello",
    "icons": {
        "16": "grid.png",
        "48": "promotional.png",
        "128": "screenshot.png"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/trello.com\/*"
            ]
        }
    ]
}