IsoGrid

Grid layout for multiple breakpoints.

IsoGridとは何ですか?

IsoGridはRahimoddin Naikwadeによって開発されたChromeの拡張機能で、その主な機能は「Grid layout for multiple breakpoints.」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Shows a responsive grid overlay on top of an existing page. Based on grid
which has a container maximum width, columns with fixed margins (gutters), variable
number of columns between layouts, and 3 layouts: "small" (mobile), "medium" (tablet)
and "large" (desktop).                    

拡張機能の基本情報

名前 IsoGrid IsoGrid
ID jdapemohiapedeenfhnejdpaclboieln
公式URL https://chrome.google.com/webstore/detail/isogrid/jdapemohiapedeenfhnejdpaclboieln
説明 Grid layout for multiple breakpoints.
ファイルサイズ 11.12 KB
インストール数 279
現在のバージョン 1
最終更新日 2018-10-15
公開日 2018-10-15
評価 5.00/5 合計 2 レビュー
開発者 Rahimoddin Naikwade
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "IsoGrid",
    "description": "Grid layout for multiple breakpoints.",
    "version": "1",
    "author": "Rahimoddin Naikwade",
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Isobar Grid Layout",
        "default_icon": {
            "16": "images\/isogrid_16.png",
            "32": "images\/isogrid_32.png",
            "48": "images\/isogrid_48.png",
            "128": "images\/isogrid_128.png"
        }
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "images\/isogrid_16.png",
        "32": "images\/isogrid_32.png",
        "48": "images\/isogrid_48.png",
        "128": "images\/isogrid_128.png"
    },
    "permissions": [
        "storage",
        "declarativeContent",
        "activeTab"
    ],
    "options_page": "options.html"
}