Grid System

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

Was ist Grid System?

Grid System ist eine Chrome-Erweiterung, die von abdullahrafique565 entwickelt wurde, und ihr Hauptmerkmal ist "Grid System is a simple, beautiful and interactive grid generator.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Grid System-Erweiterungs-CRX-Datei herunterladen

Laden Sie Grid System-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Grid System Grid System
ID bnpgpciaafmaghnjpkjgicclpiokddkk
Offizielle URL https://chromewebstore.google.com/detail/grid-system/bnpgpciaafmaghnjpkjgicclpiokddkk
Beschreibung Grid System is a simple, beautiful and interactive grid generator.
Dateigröße 938 KB
Installationsanzahl 1,124
Aktuelle Version 1.1
Letztes Update 2022-04-01
Veröffentlichungsdatum 2022-03-25
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler abdullahrafique565
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}