Grid System

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

Qu'est-ce que Grid System ?

Grid System est une extension Chrome développée par abdullahrafique565, et sa fonction principale est "Grid System is a simple, beautiful and interactive grid generator.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Grid System

Téléchargez les fichiers d'extension Grid System au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Grid System Grid System
ID bnpgpciaafmaghnjpkjgicclpiokddkk
URL Officiel https://chromewebstore.google.com/detail/grid-system/bnpgpciaafmaghnjpkjgicclpiokddkk
Description Grid System is a simple, beautiful and interactive grid generator.
Taille du Fichier 938 KB
Nombre d'Installations 1,124
Version Actuelle 1.1
Dernière Mise à Jour 2022-04-01
Date de Publication 2022-03-25
Évaluation 5.00/5 Total 4 Évaluations
Développeur abdullahrafique565
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}