OLI Grid CSS
Draws a customizable grid on top of a website. check designs that follow a grid-based layout. Bootstrap,Foundation,Skeleton,Yaml..
OLI Grid CSSとは何ですか?
OLI Grid CSSはkushan4157によって開発されたChromeの拡張機能で、その主な機能は「Draws a customizable grid on top of a website. check designs that follow a grid-based layout. Bootstrap,Foundation,Skeleton,Yaml..」です。
OLI Grid CSS拡張機能のCRXファイルをダウンロード
OLI Grid CSS拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | |
ID | cjgbgacfoeceaeahjbeiedingmdbehgb |
公式URL | https://chrome.google.com/webstore/detail/oli-grid-css/cjgbgacfoeceaeahjbeiedingmdbehgb |
説明 | Draws a customizable grid on top of a website. check designs that follow a grid-based layout. Bootstrap,Foundation,Skeleton,Yaml.. |
ファイルサイズ | 12.74 KB |
インストール数 | 252 |
現在のバージョン | 1 |
最終更新日 | 2017-03-01 |
公開日 | 2017-03-01 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | kushan4157 |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Draws a customizable grid on top of a website. check designs that follow a grid-based layout. Bootstrap,Foundation,Skeleton,Yaml..", "manifest_version": 2, "name": "OLI Grid CSS", "short_name": "OLI Grid", "version": "1", "homepage_url": "http:\/\/www.kushan.info", "icons": { "48": "icons\/icon-48.png", "64": "icons\/icon-64.png", "128": "icons\/icon-128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "storage" ], "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "css": [ "content_scripts\/grid.css" ], "js": [ "content_scripts\/grid.js" ] } ], "browser_action": { "default_icon": { "48": "icons\/icon-48.png", "64": "icons\/icon-64.png", "128": "icons\/icon-128.png" }, "default_title": "Toggle GRID", "default_popup": "popup\/config.html" } } |