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" } |