Grid System

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

O que é Grid System?

Grid System é uma extensão do Chrome desenvolvida por abdullahrafique565, e sua principal característica é "Grid System is a simple, beautiful and interactive grid generator.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Grid System

Baixe arquivos de extensão Grid System no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Grid System Grid System
ID bnpgpciaafmaghnjpkjgicclpiokddkk
URL Oficial https://chromewebstore.google.com/detail/grid-system/bnpgpciaafmaghnjpkjgicclpiokddkk
Descrição Grid System is a simple, beautiful and interactive grid generator.
Tamanho do Arquivo 938 KB
Contagem de Instalações 1,124
Versão Atual 1.1
Última Atualização 2022-04-01
Data de Publicação 2022-03-25
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor abdullahrafique565
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}