Foundation Overlay
This extension creates an overlay for the Foundation grid system
Wat is Foundation Overlay?
Foundation Overlay is een Chrome-extensie ontwikkeld door Daniel Samuels, en de belangrijkste functie is "This extension creates an overlay for the Foundation grid system".
Extensie Screenshots
Download het CRX-bestand van de extensie Foundation Overlay
Download Foundation Overlay-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Foundation Overlay |
ID | odknmbgidnpnihgllkebklpekefphpbn |
Officiële URL | https://chromewebstore.google.com/detail/foundation-overlay/odknmbgidnpnihgllkebklpekefphpbn |
Beschrijving | This extension creates an overlay for the Foundation grid system |
Bestandsgrootte | 9.14 KB |
Aantal Installaties | 857 |
Huidige Versie | 1.2.1 |
Laatst Bijgewerkt | 2014-10-18 |
Publicatiedatum | 2014-10-18 |
Beoordeling | 4.50/5 Totaal 12 Beoordelingen |
Ontwikkelaar | Daniel Samuels |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/danielsamuels/chrome-foundation |
Ondersteunde Talen | 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", " |