SK Grid
Display # columns grid with gutter and page margin
SK Gridคืออะไร?
SK Grid เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Stefan Kuip และคุณลักษณะหลักของมันคือ "Display # columns grid with gutter and page margin"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SK Grid
ดาวน์โหลดไฟล์ส่วนขยาย 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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | 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" } |