SK Grid

Display # columns grid with gutter and page margin

Wat is SK Grid?

SK Grid is een Chrome-extensie ontwikkeld door Stefan Kuip, en de belangrijkste functie is "Display # columns grid with gutter and page margin".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie SK Grid

Download SK Grid-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam SK Grid SK Grid
ID icgjopnmcbdofbgadbmghaokjmedpoop
Officiële URL https://chromewebstore.google.com/detail/sk-grid/icgjopnmcbdofbgadbmghaokjmedpoop
Beschrijving Display # columns grid with gutter and page margin
Bestandsgrootte 10.83 KB
Aantal Installaties 151
Huidige Versie 1.0.14
Laatst Bijgewerkt 2020-01-26
Publicatiedatum 2020-01-26
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Stefan Kuip
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://skuip.net/extensions/
Ondersteunde Talen 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"
}