Grid System

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

Τι είναι το Grid System;

Το Grid System είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον abdullahrafique565, και η κύρια λειτουργία του είναι "Grid System is a simple, beautiful and interactive grid generator.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Grid System

Λήψη αρχείων επέκτασης Grid System σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Grid System Grid System
ID bnpgpciaafmaghnjpkjgicclpiokddkk
Επίσημο URL https://chromewebstore.google.com/detail/grid-system/bnpgpciaafmaghnjpkjgicclpiokddkk
Περιγραφή Grid System is a simple, beautiful and interactive grid generator.
Μέγεθος Αρχείου 938 KB
Αριθμός Εγκαταστάσεων 1,124
Τρέχουσα Έκδοση 1.1
Τελευταία Ενημέρωση 2022-04-01
Ημερομηνία Δημοσίευσης 2022-03-25
Αξιολόγηση 5.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής abdullahrafique565
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
    }
}