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 |
| 官方網址 | 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"
} | |