Grids by Color Sets
Flexible column and baseline grids, beautifully rendered in your browser.
What is Grids by Color Sets?
Grids by Color Sets is a Chrome extension developed by https://colorsets.com, and its main feature is "Flexible column and baseline grids, beautifully rendered in your browser.".
Extension Screenshots
Download Grids by Color Sets Extension CRX File
Download Grids by Color Sets extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Flexible column and baseline grids, beautifully rendered in your browser.
Extension Basic Information
Name | Grids by Color Sets |
ID | ohmjbldcfanjibdmbfpdlffhagjedobb |
Official URL | https://chromewebstore.google.com/detail/grids-by-color-sets/ohmjbldcfanjibdmbfpdlffhagjedobb |
Description | Flexible column and baseline grids, beautifully rendered in your browser. |
File Size | 171 KB |
Installation Count | 130 |
Current Version | 0.1.4 |
Last Updated | 2019-06-29 |
Publish Date | 2019-06-24 |
Rating | 5.00/5 Total 3 Ratings |
Developer | https://colorsets.com |
[email protected] | |
Payment Type | free |
Extension Website | https://colorsets.com |
Supported Languages | 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 } |