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
官方網址 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": [
                ""
            ]
        }
    ]
}