SK Grid
Display # columns grid with gutter and page margin
Qu'est-ce que SK Grid ?
SK Grid est une extension Chrome développée par Stefan Kuip, et sa fonction principale est "Display # columns grid with gutter and page margin".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension SK Grid
Téléchargez les fichiers d'extension SK Grid au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | SK Grid |
ID | icgjopnmcbdofbgadbmghaokjmedpoop |
URL Officiel | https://chromewebstore.google.com/detail/sk-grid/icgjopnmcbdofbgadbmghaokjmedpoop |
Description | Display # columns grid with gutter and page margin |
Taille du Fichier | 10.83 KB |
Nombre d'Installations | 151 |
Version Actuelle | 1.0.14 |
Dernière Mise à Jour | 2020-01-26 |
Date de Publication | 2020-01-26 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Stefan Kuip |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://skuip.net/extensions/ |
Langues Prises en Charge | 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" } |