Grid System

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

什么是Grid System?

Grid System是由abdullahrafique565开发的Chrome扩展程序,该扩展的主要功能是“Grid System is a simple, beautiful and interactive grid generator.”。

扩展截图

screenshot
screenshot
screenshot

下载Grid System扩展crx文件

下载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"
    }
}