OLI Grid CSS

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

Cos'è OLI Grid CSS?

OLI Grid CSS è un'estensione di Chrome sviluppata da kushan4157, e la sua funzione principale è "Draws a customizable grid on top of a website. check designs that follow a grid-based layout. Bootstrap,Foundation,Skeleton,Yaml..".

Scarica il file CRX dell'estensione OLI Grid CSS

Scarica i file di estensione OLI Grid CSS in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                                            

Informazioni di Base sull'Estensione

Nome OLI Grid CSS OLI Grid CSS
ID cjgbgacfoeceaeahjbeiedingmdbehgb
URL Ufficiale https://chrome.google.com/webstore/detail/oli-grid-css/cjgbgacfoeceaeahjbeiedingmdbehgb
Descrizione Draws a customizable grid on top of a website. check designs that follow a grid-based layout. Bootstrap,Foundation,Skeleton,Yaml..
Dimensione del File 12.74 KB
Conteggio Installazioni 252
Versione Corrente 1
Ultimo Aggiornamento 2017-03-01
Data di Pubblicazione 2017-03-01
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore kushan4157
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}