OLI Grid CSS

Draws a customizable grid on top of a website. check designs that follow a grid-based layout. Bootstrap,Foundation,Skeleton,Yaml..

OLI Grid CSS क्या है?

OLI Grid CSS kushan4157 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Draws a customizable grid on top of a website. check designs that follow a grid-based layout. Bootstrap,Foundation,Skeleton,Yaml.."।

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

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

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

                                            

एक्सटेंशन की मूल जानकारी

नाम OLI Grid CSS OLI Grid CSS
ID cjgbgacfoeceaeahjbeiedingmdbehgb
आधिकारिक URL https://chrome.google.com/webstore/detail/oli-grid-css/cjgbgacfoeceaeahjbeiedingmdbehgb
विवरण Draws a customizable grid on top of a website. check designs that follow a grid-based layout. Bootstrap,Foundation,Skeleton,Yaml..
फ़ाइल का आकार 12.74 KB
स्थापना संख्या 252
वर्तमान संस्करण 1
अंतिम अपडेट 2017-03-01
प्रकाशन तिथि 2017-03-01
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर kushan4157
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Draws a customizable grid on top of a website. check designs that follow a grid-based layout. Bootstrap,Foundation,Skeleton,Yaml..",
    "manifest_version": 2,
    "name": "OLI Grid CSS",
    "short_name": "OLI Grid",
    "version": "1",
    "homepage_url": "http:\/\/www.kushan.info",
    "icons": {
        "48": "icons\/icon-48.png",
        "64": "icons\/icon-64.png",
        "128": "icons\/icon-128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "css": [
                "content_scripts\/grid.css"
            ],
            "js": [
                "content_scripts\/grid.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "48": "icons\/icon-48.png",
            "64": "icons\/icon-64.png",
            "128": "icons\/icon-128.png"
        },
        "default_title": "Toggle GRID",
        "default_popup": "popup\/config.html"
    }
}