Foundation Overlay
This extension creates an overlay for the Foundation grid system
Foundation Overlayとは何ですか?
Foundation OverlayはDaniel Samuelsによって開発されたChromeの拡張機能で、その主な機能は「This extension creates an overlay for the Foundation grid system」です。
拡張機能のスクリーンショット
Foundation Overlay拡張機能のCRXファイルをダウンロード
Foundation Overlay拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Foundation overlay displays the grid overlay on top of your website built on the Foundation framework. It detects custom grid widths, so long as Foundation is using the default container and span classes. This project was forked from Bootstrap overlay https://github.com/chuckhendo/chrome-bootstrap Feedback is encouraged and welcomed at https://github.com/danielsamuels/chrome-foundation
拡張機能の基本情報
名前 | Foundation Overlay |
ID | odknmbgidnpnihgllkebklpekefphpbn |
公式URL | https://chromewebstore.google.com/detail/foundation-overlay/odknmbgidnpnihgllkebklpekefphpbn |
説明 | This extension creates an overlay for the Foundation grid system |
ファイルサイズ | 9.14 KB |
インストール数 | 857 |
現在のバージョン | 1.2.1 |
最終更新日 | 2014-10-18 |
公開日 | 2014-10-18 |
評価 | 4.50/5 合計 12 レビュー |
開発者 | Daniel Samuels |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/danielsamuels/chrome-foundation |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Foundation Overlay", "description": "This extension creates an overlay for the Foundation grid system", "version": "1.2.1", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_icon": "img\/icon32_off.png" }, "background": { "scripts": [ "js\/background.js" ] }, "permissions": [ "storage", "activeTab", "tabs", " |