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
Eメール [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": [
                ""
            ]
        }
    ]
}