SK Grid
Display # columns grid with gutter and page margin
Co to jest SK Grid?
SK Grid to rozszerzenie Chrome opracowane przez Stefan Kuip, a jego główną funkcją jest „Display # columns grid with gutter and page margin”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia SK Grid
Pobierz pliki rozszerzeń SK Grid w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | SK Grid |
ID | icgjopnmcbdofbgadbmghaokjmedpoop |
Oficjalny URL | https://chromewebstore.google.com/detail/sk-grid/icgjopnmcbdofbgadbmghaokjmedpoop |
Opis | Display # columns grid with gutter and page margin |
Rozmiar pliku | 10.83 KB |
Liczba instalacji | 151 |
Aktualna Wersja | 1.0.14 |
Ostatnia Aktualizacja | 2020-01-26 |
Data Publikacji | 2020-01-26 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | Stefan Kuip |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://skuip.net/extensions/ |
Obsługiwane Języki | 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" } |