Foundation Overlay
This extension creates an overlay for the Foundation grid system
What is Foundation Overlay?
Foundation Overlay is a Chrome extension developed by Daniel Samuels, and its main feature is "This extension creates an overlay for the Foundation grid system".
Extension Screenshots
Download Foundation Overlay Extension CRX File
Download Foundation Overlay extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Foundation Overlay |
ID | odknmbgidnpnihgllkebklpekefphpbn |
Official URL | https://chromewebstore.google.com/detail/foundation-overlay/odknmbgidnpnihgllkebklpekefphpbn |
Description | This extension creates an overlay for the Foundation grid system |
File Size | 9.14 KB |
Installation Count | 857 |
Current Version | 1.2.1 |
Last Updated | 2014-10-18 |
Publish Date | 2014-10-18 |
Rating | 4.50/5 Total 12 Ratings |
Developer | Daniel Samuels |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/danielsamuels/chrome-foundation |
Supported Languages | 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", " |