SK Grid
Display # columns grid with gutter and page margin
SK Grid क्या है?
SK Grid Stefan Kuip द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Display # columns grid with gutter and page margin"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में SK Grid एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" } |