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 |
电子邮箱 | [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", " |