Grid System

Grid System is a simple, beautiful and interactive grid generator.

ما هو Grid System؟

Grid System هو إضافة Chrome تم تطويرها بواسطة abdullahrafique565، والميزة الرئيسية لها هي "Grid System is a simple, beautiful and interactive grid generator.".

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

screenshot
screenshot
screenshot

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

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

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

                        The Grid System enables the frontend developers to check their websites according to correct grid column system that is used by Bootstrap, Tailwind & Bulma etc.

You can enter your container's width, columns, gutter and pick any colour and hit "Launch" button to apply it quickly.

It ensures the frontend developers that their websites are according to the UI/UX grid system. It works for all the screen sizes.

It has a pretty eye-catching interface which enables the users to quickly navigate through different kinds of grid column system.

Hope you will find it useful.

Thanks                    

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

الاسم Grid System Grid System
ID bnpgpciaafmaghnjpkjgicclpiokddkk
عنوان URL الرسمي https://chromewebstore.google.com/detail/grid-system/bnpgpciaafmaghnjpkjgicclpiokddkk
الوصف Grid System is a simple, beautiful and interactive grid generator.
حجم الملف 938 KB
عدد التثبيتات 1,124
النسخة الحالية 1.1
آخر تحديث 2022-04-01
تاريخ النشر 2022-03-25
تقييم 5.00/5 مجموع تقييمات 4
المطور abdullahrafique565
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Grid System",
    "version": "1.1",
    "description": "Grid System is a simple, beautiful and interactive grid generator.",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "styles.css"
            ]
        }
    ],
    "icons": {
        "128": "icon_128.png"
    },
    "action": {
        "default": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Grid System"
    }
}