Grid System

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

Co je Grid System?

Grid System je rozšíření Chrome vyvinuté abdullahrafique565, a jeho hlavní funkcí je „Grid System is a simple, beautiful and interactive grid generator.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Grid System

Stáhněte si soubory rozšíření Grid System ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Grid System Grid System
ID bnpgpciaafmaghnjpkjgicclpiokddkk
Oficiální URL https://chromewebstore.google.com/detail/grid-system/bnpgpciaafmaghnjpkjgicclpiokddkk
Popis Grid System is a simple, beautiful and interactive grid generator.
Velikost souboru 938 KB
Počet instalací 1,124
Aktuální Verze 1.1
Poslední Aktualizace 2022-04-01
Datum Vydání 2022-03-25
Hodnocení 5.00/5 Celkem 4 Hodnocení
Vývojář abdullahrafique565
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}