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?

Grid Layout System是由carlosguilarte3开发的Chrome扩展程序,该扩展的主要功能是“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”。

扩展截图

screenshot

下载Grid Layout System扩展crx文件

下载Grid Layout System扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Grid Layout System Grid Layout System
ID mkoilfkdbaokgababihloledfpgjilkm
官方URL https://chromewebstore.google.com/detail/grid-layout-system/mkoilfkdbaokgababihloledfpgjilkm
简介 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
文件大小 140 KB
安装次数 219
当前版本 1.0.0
更新时间 2023-01-16
上架时间 2023-01-16
评分 5.00/5 共1次评分
开发者 carlosguilarte3
电子邮箱 [email protected]
付费类型 free
支持的语言 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": [
                ""
            ]
        }
    ]
}