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 |
官方網址 | 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 |
電子郵箱 | [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", " |