SK Grid

Display # columns grid with gutter and page margin

SK Grid là gì?

SK Grid là một tiện ích mở rộng Chrome được phát triển bởi Stefan Kuip, và tính năng chính của nó là "Display # columns grid with gutter and page margin".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng SK Grid

Tải xuống các tệp mở rộng SK Grid dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SK Grid SK Grid
ID icgjopnmcbdofbgadbmghaokjmedpoop
URL Chính Thức https://chromewebstore.google.com/detail/sk-grid/icgjopnmcbdofbgadbmghaokjmedpoop
Mô tả Display # columns grid with gutter and page margin
Kích Thước Tệp 10.83 KB
Số Lần Cài Đặt 151
Phiên Bản Hiện Tại 1.0.14
Cập Nhật Lần Cuối 2020-01-26
Ngày Phát Hành 2020-01-26
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Stefan Kuip
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://skuip.net/extensions/
Ngôn Ngữ Được Hỗ Trợ 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"
}