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
Eメール [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"
    }
}