SK Grid

Display # columns grid with gutter and page margin

What is SK Grid?

SK Grid is a Chrome extension developed by Stefan Kuip, and its main feature is "Display # columns grid with gutter and page margin".

Extension Screenshots

screenshot
screenshot
screenshot

Download SK Grid Extension CRX File

Download SK Grid extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name SK Grid SK Grid
ID icgjopnmcbdofbgadbmghaokjmedpoop
Official URL https://chromewebstore.google.com/detail/sk-grid/icgjopnmcbdofbgadbmghaokjmedpoop
Description Display # columns grid with gutter and page margin
File Size 10.83 KB
Installation Count 151
Current Version 1.0.14
Last Updated 2020-01-26
Publish Date 2020-01-26
Rating 5.00/5 Total 2 Ratings
Developer Stefan Kuip
Email [email protected]
Payment Type free
Extension Website https://skuip.net/extensions/
Supported Languages 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"
}