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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Grid Layout System एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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": [
                ""
            ]
        }
    ]
}