IsoGrid

Grid layout for multiple breakpoints.

IsoGrid क्या है?

IsoGrid Rahimoddin Naikwade द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Grid layout for multiple breakpoints."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में IsoGrid एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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"
}