SK Grid

Display # columns grid with gutter and page margin

SK Gridとは何ですか?

SK GridはStefan Kuipによって開発されたChromeの拡張機能で、その主な機能は「Display # columns grid with gutter and page margin」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

SK Grid拡張機能のCRXファイルをダウンロード

SK Grid拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        1.0.11 Custom column count and gutter width weren't picked up.
1.0.12 Breakpoint was 1px off
1.0.13 Allow more then twelve columns
1.0.14 New default breakpoints                    

拡張機能の基本情報

名前 SK Grid SK Grid
ID icgjopnmcbdofbgadbmghaokjmedpoop
公式URL https://chromewebstore.google.com/detail/sk-grid/icgjopnmcbdofbgadbmghaokjmedpoop
説明 Display # columns grid with gutter and page margin
ファイルサイズ 10.83 KB
インストール数 151
現在のバージョン 1.0.14
最終更新日 2020-01-26
公開日 2020-01-26
評価 5.00/5 合計 2 レビュー
開発者 Stefan Kuip
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://skuip.net/extensions/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "16": "icon-16.png",
            "32": "icon-32.png",
            "128": "icon-128.png"
        }
    },
    "description": "Display # columns grid with gutter and page margin",
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "128": "icon-128.png"
    },
    "manifest_version": 2,
    "name": "SK Grid",
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "short_name": "SK Grid",
    "version": "1.0.14"
}