SK Grid

Display # columns grid with gutter and page margin

SK Grid란 무엇입니까?

SK Grid은(는) Stefan Kuip에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Display # columns grid with gutter and page margin"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

SK Grid 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 SK Grid SK Grid
ID icgjopnmcbdofbgadbmghaokjmedpoop
공식 URL https://chromewebstore.google.com/detail/sk-grid/icgjopnmcbdofbgadbmghaokjmedpoop
설명 Display # columns grid with gutter and page margin
파일 크기 10.83 KB
설치 횟수 151
현재 버전 1.0.14
최근 업데이트 2020-01-26
출시 날짜 2020-01-26
평점 5.00/5 총 2 개의 평점
개발자 Stefan Kuip
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://skuip.net/extensions/
지원되는 언어 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"
}