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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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": [
                ""
            ]
        }
    ]
}