Grids by Color Sets
Flexible column and baseline grids, beautifully rendered in your browser.
Grids by Color Setsとは何ですか?
Grids by Color Setsはhttps://colorsets.comによって開発されたChromeの拡張機能で、その主な機能は「Flexible column and baseline grids, beautifully rendered in your browser.」です。
拡張機能のスクリーンショット
Grids by Color Sets拡張機能のCRXファイルをダウンロード
Grids by Color Sets拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Flexible column and baseline grids, beautifully rendered in your browser.
拡張機能の基本情報
名前 | Grids by Color Sets |
ID | ohmjbldcfanjibdmbfpdlffhagjedobb |
公式URL | https://chromewebstore.google.com/detail/grids-by-color-sets/ohmjbldcfanjibdmbfpdlffhagjedobb |
説明 | Flexible column and baseline grids, beautifully rendered in your browser. |
ファイルサイズ | 171 KB |
インストール数 | 130 |
現在のバージョン | 0.1.4 |
最終更新日 | 2019-06-29 |
公開日 | 2019-06-24 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | https://colorsets.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://colorsets.com |
対応言語 | 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 } |