SK Grid
Display # columns grid with gutter and page margin
Co je SK Grid?
SK Grid je rozšíření Chrome vyvinuté Stefan Kuip, a jeho hlavní funkcí je „Display # columns grid with gutter and page margin“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření SK Grid
Stáhněte si soubory rozšíření SK Grid ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | SK Grid |
ID | icgjopnmcbdofbgadbmghaokjmedpoop |
Oficiální URL | https://chromewebstore.google.com/detail/sk-grid/icgjopnmcbdofbgadbmghaokjmedpoop |
Popis | Display # columns grid with gutter and page margin |
Velikost souboru | 10.83 KB |
Počet instalací | 151 |
Aktuální Verze | 1.0.14 |
Poslední Aktualizace | 2020-01-26 |
Datum Vydání | 2020-01-26 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | Stefan Kuip |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://skuip.net/extensions/ |
Podporované Jazyky | 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" } |