OLI Grid CSS

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

Was ist OLI Grid CSS?

OLI Grid CSS ist eine Chrome-Erweiterung, die von kushan4157 entwickelt wurde, und ihr Hauptmerkmal ist "Draws a customizable grid on top of a website. check designs that follow a grid-based layout. Bootstrap,Foundation,Skeleton,Yaml..".

OLI Grid CSS-Erweiterungs-CRX-Datei herunterladen

Laden Sie OLI Grid CSS-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                                            

Grundlegende Informationen zur Erweiterung

Name OLI Grid CSS OLI Grid CSS
ID cjgbgacfoeceaeahjbeiedingmdbehgb
Offizielle URL https://chrome.google.com/webstore/detail/oli-grid-css/cjgbgacfoeceaeahjbeiedingmdbehgb
Beschreibung Draws a customizable grid on top of a website. check designs that follow a grid-based layout. Bootstrap,Foundation,Skeleton,Yaml..
Dateigröße 12.74 KB
Installationsanzahl 252
Aktuelle Version 1
Letztes Update 2017-03-01
Veröffentlichungsdatum 2017-03-01
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler kushan4157
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}