Grid Builder
Grid Builder extension applies a grid to current web page.
Grid Builderとは何ですか?
Grid Builderはhttps://beltslib.netによって開発されたChromeの拡張機能で、その主な機能は「Grid Builder extension applies a grid to current web page.」です。
拡張機能のスクリーンショット
Grid Builder拡張機能のCRXファイルをダウンロード
Grid Builder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Grid Builder is a tool, built for front-end developers to inspect and examine their designs or any web site in action. This extension is absolutely a must have in every front-end developers browser.
拡張機能の基本情報
名前 | Grid Builder |
ID | fdngjphcahnpgejdhledgcfggjokekgl |
公式URL | https://chromewebstore.google.com/detail/grid-builder/fdngjphcahnpgejdhledgcfggjokekgl |
説明 | Grid Builder extension applies a grid to current web page. |
ファイルサイズ | 43.28 KB |
インストール数 | 972 |
現在のバージョン | 1.0 |
最終更新日 | 2014-11-23 |
公開日 | 2014-11-23 |
評価 | 3.70/5 合計 10 レビュー |
開発者 | https://beltslib.net |
支払い方法 | free |
拡張機能のウェブサイト | http://gridbuilder.beltslib.net |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Grid Builder", "description": "Grid Builder extension applies a grid to current web page.", "version": "1.0", "browser_action": { "default_icon": "icon-disabled.png", "default_popup": "popup.html" }, "background": { "page": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "css": [ "content.min.css" ], "js": [ "jquery-2.1.1.min.js", "content.min.js" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "storage" ] } |