OLI Grid CSS

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

Hvad er OLI Grid CSS?

OLI Grid CSS er en Chrome-udvidelse udviklet af kushan4157, og dens hovedfunktion er "Draws a customizable grid on top of a website. check designs that follow a grid-based layout. Bootstrap,Foundation,Skeleton,Yaml..".

Download OLI Grid CSS-udvidelses-CRX-fil

Download OLI Grid CSS-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                                            

Grundlæggende oplysninger om udvidelsen

Navn OLI Grid CSS OLI Grid CSS
ID cjgbgacfoeceaeahjbeiedingmdbehgb
Officiel URL https://chrome.google.com/webstore/detail/oli-grid-css/cjgbgacfoeceaeahjbeiedingmdbehgb
Beskrivelse Draws a customizable grid on top of a website. check designs that follow a grid-based layout. Bootstrap,Foundation,Skeleton,Yaml..
Filstørrelse 12.74 KB
Antal Installationer 252
Nuværende Version 1
Senest Opdateret 2017-03-01
Udgivelsesdato 2017-03-01
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler kushan4157
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}