Grid System

Grid System is a simple, beautiful and interactive grid generator.

Cos'è Grid System?

Grid System è un'estensione di Chrome sviluppata da abdullahrafique565, e la sua funzione principale è "Grid System is a simple, beautiful and interactive grid generator.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Grid System

Scarica i file di estensione Grid System in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        The Grid System enables the frontend developers to check their websites according to correct grid column system that is used by Bootstrap, Tailwind & Bulma etc.

You can enter your container's width, columns, gutter and pick any colour and hit "Launch" button to apply it quickly.

It ensures the frontend developers that their websites are according to the UI/UX grid system. It works for all the screen sizes.

It has a pretty eye-catching interface which enables the users to quickly navigate through different kinds of grid column system.

Hope you will find it useful.

Thanks                    

Informazioni di Base sull'Estensione

Nome Grid System Grid System
ID bnpgpciaafmaghnjpkjgicclpiokddkk
URL Ufficiale https://chromewebstore.google.com/detail/grid-system/bnpgpciaafmaghnjpkjgicclpiokddkk
Descrizione Grid System is a simple, beautiful and interactive grid generator.
Dimensione del File 938 KB
Conteggio Installazioni 1,124
Versione Corrente 1.1
Ultimo Aggiornamento 2022-04-01
Data di Pubblicazione 2022-03-25
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore abdullahrafique565
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Grid System",
    "version": "1.1",
    "description": "Grid System is a simple, beautiful and interactive grid generator.",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "styles.css"
            ]
        }
    ],
    "icons": {
        "128": "icon_128.png"
    },
    "action": {
        "default": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Grid System"
    }
}