Grid Layout System

Grid Layout se destaca al dividir una página en regiones principales o definir la relación en términos de tamaño, posición y capa

Grid Layout System là gì?

Grid Layout System là một tiện ích mở rộng Chrome được phát triển bởi carlosguilarte3, và tính năng chính của nó là "Grid Layout se destaca al dividir una página en regiones principales o definir la relación en términos de tamaño, posición y capa".

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

screenshot

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

Tải xuống các tệp mở rộng Grid Layout 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

                        Grid Layout System is a simple grid builder

The grid system allows frontend developers, QA, and designers to check their websites according to the column and row grid system they used.

You can enter the width, columns, height, gutter of your container and choose any color and hit the "Update" button to apply it quickly.

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

It has quite an eye-catching interface that allows users to quickly navigate through different types of grid column systems.

I hope you find it useful.

Thankk                    

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

Tên Grid Layout System Grid Layout System
ID mkoilfkdbaokgababihloledfpgjilkm
URL Chính Thức https://chromewebstore.google.com/detail/grid-layout-system/mkoilfkdbaokgababihloledfpgjilkm
Mô tả Grid Layout se destaca al dividir una página en regiones principales o definir la relación en términos de tamaño, posición y capa
Kích Thước Tệp 140 KB
Số Lần Cài Đặt 219
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2023-01-16
Ngày Phát Hành 2023-01-16
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển carlosguilarte3
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",
    "name": "Grid Layout System",
    "short_name": "Grid Laypute",
    "description": "Grid Layout se destaca al dividir una p\u00e1gina en regiones principales o definir la relaci\u00f3n en t\u00e9rminos de tama\u00f1o, posici\u00f3n y capa",
    "author": {
        "Nombre": "Carlos Guilarte",
        "email": "[email protected]"
    },
    "version": "1.0.0",
    "manifest_version": 3,
    "action": {
        "default_title": "Grid Layout System",
        "default_popup": "index.html"
    },
    "icons": {
        "128": "icon_128.png"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "inject.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}