Grid System

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

¿Qué es Grid System?

Grid System es una extensión de Chrome desarrollada por abdullahrafique565, y su función principal es "Grid System is a simple, beautiful and interactive grid generator.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Grid System

Descarga archivos de extensión Grid System en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Grid System Grid System
ID bnpgpciaafmaghnjpkjgicclpiokddkk
URL Oficial https://chromewebstore.google.com/detail/grid-system/bnpgpciaafmaghnjpkjgicclpiokddkk
Descripción Grid System is a simple, beautiful and interactive grid generator.
Tamaño del Archivo 938 KB
Cantidad de Instalaciones 1,124
Versión Actual 1.1
Última Actualización 2022-04-01
Fecha de Publicación 2022-03-25
Calificación 5.00/5 Total de 4 Calificaciones
Desarrollador abdullahrafique565
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    }
}