Grid System

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

Vad är Grid System?

Grid System är en Chrome-tillägg utvecklad av abdullahrafique565, och dess huvudfunktion är "Grid System is a simple, beautiful and interactive grid generator.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Grid System-förlängningens CRX-fil

Ladda ner Grid System-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Grid System Grid System
ID bnpgpciaafmaghnjpkjgicclpiokddkk
Officiell webbadress https://chromewebstore.google.com/detail/grid-system/bnpgpciaafmaghnjpkjgicclpiokddkk
Beskrivning Grid System is a simple, beautiful and interactive grid generator.
Filstorlek 938 KB
Antal Installationer 1,124
Aktuell Version 1.1
Senast Uppdaterad 2022-04-01
Publiceringsdatum 2022-03-25
Betyg 5.00/5 Totalt 4 Betyg
Utvecklare abdullahrafique565
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}