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”。
扩展截图
下载SK Grid扩展crx文件
下载SK Grid扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 扩展基本信息
| 名称 | |
| 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"
} | |