Grids by Color Sets
Flexible column and baseline grids, beautifully rendered in your browser.
Wat is Grids by Color Sets?
Grids by Color Sets is een Chrome-extensie ontwikkeld door https://colorsets.com, en de belangrijkste functie is "Flexible column and baseline grids, beautifully rendered in your browser.".
Extensie Screenshots
Download het CRX-bestand van de extensie Grids by Color Sets
Download Grids by Color Sets-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Flexible column and baseline grids, beautifully rendered in your browser.
Basisinformatie over de Extensie
Naam | Grids by Color Sets |
ID | ohmjbldcfanjibdmbfpdlffhagjedobb |
Officiële URL | https://chromewebstore.google.com/detail/grids-by-color-sets/ohmjbldcfanjibdmbfpdlffhagjedobb |
Beschrijving | Flexible column and baseline grids, beautifully rendered in your browser. |
Bestandsgrootte | 171 KB |
Aantal Installaties | 130 |
Huidige Versie | 0.1.4 |
Laatst Bijgewerkt | 2019-06-29 |
Publicatiedatum | 2019-06-24 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | https://colorsets.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://colorsets.com |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Grids by Color Sets", "short_name": "Grids", "version": "0.1.4", "default_locale": "en", "description": "Flexible column and baseline grids, beautifully rendered in your browser.", "homepage_url": "https:\/\/colorsets.com\/extensions\/grids", "author": "Color Sets", "incognito": "spanning", "permissions": [ "activeTab", "contextMenus", "storage", "tabs" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icons\/icon-16.png", "32": "images\/icons\/icon-32.png", "48": "images\/icons\/icon-48.png", "128": "images\/icons\/icon-128.png" } }, "commands": { "toggle-grid": { "suggested_key": { "default": "Ctrl+G", "mac": "MacCtrl+G" }, "description": "Toggle grid display" } }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } ], "web_accessible_resources": [ "content.js" ], "icons": { "16": "images\/icons\/icon-16.png", "32": "images\/icons\/icon-32.png", "48": "images\/icons\/icon-48.png", "128": "images\/icons\/icon-128.png" }, "offline_enabled": true, "manifest_version": 2 } |