SK Grid

Display # columns grid with gutter and page margin

Cos'è SK Grid?

SK Grid è un'estensione di Chrome sviluppata da Stefan Kuip, e la sua funzione principale è "Display # columns grid with gutter and page margin".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione SK Grid

Scarica i file di estensione SK Grid 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

                        1.0.11 Custom column count and gutter width weren't picked up.
1.0.12 Breakpoint was 1px off
1.0.13 Allow more then twelve columns
1.0.14 New default breakpoints                    

Informazioni di Base sull'Estensione

Nome SK Grid SK Grid
ID icgjopnmcbdofbgadbmghaokjmedpoop
URL Ufficiale https://chromewebstore.google.com/detail/sk-grid/icgjopnmcbdofbgadbmghaokjmedpoop
Descrizione Display # columns grid with gutter and page margin
Dimensione del File 10.83 KB
Conteggio Installazioni 151
Versione Corrente 1.0.14
Ultimo Aggiornamento 2020-01-26
Data di Pubblicazione 2020-01-26
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Stefan Kuip
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://skuip.net/extensions/
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "16": "icon-16.png",
            "32": "icon-32.png",
            "128": "icon-128.png"
        }
    },
    "description": "Display # columns grid with gutter and page margin",
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "128": "icon-128.png"
    },
    "manifest_version": 2,
    "name": "SK Grid",
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "short_name": "SK Grid",
    "version": "1.0.14"
}