Grid System

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

Grid System là gì?

Grid System là một tiện ích mở rộng Chrome được phát triển bởi abdullahrafique565, và tính năng chính của nó là "Grid System is a simple, beautiful and interactive grid generator.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Grid System

Tải xuống các tệp mở rộng Grid System dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Grid System Grid System
ID bnpgpciaafmaghnjpkjgicclpiokddkk
URL Chính Thức https://chromewebstore.google.com/detail/grid-system/bnpgpciaafmaghnjpkjgicclpiokddkk
Mô tả Grid System is a simple, beautiful and interactive grid generator.
Kích Thước Tệp 938 KB
Số Lần Cài Đặt 1,124
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2022-04-01
Ngày Phát Hành 2022-03-25
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển abdullahrafique565
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}