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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}