Foundation Overlay
This extension creates an overlay for the Foundation grid system
Qu'est-ce que Foundation Overlay ?
Foundation Overlay est une extension Chrome développée par Daniel Samuels, et sa fonction principale est "This extension creates an overlay for the Foundation grid system".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Foundation Overlay
Téléchargez les fichiers d'extension Foundation Overlay au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Foundation Overlay |
ID | odknmbgidnpnihgllkebklpekefphpbn |
URL Officiel | https://chromewebstore.google.com/detail/foundation-overlay/odknmbgidnpnihgllkebklpekefphpbn |
Description | This extension creates an overlay for the Foundation grid system |
Taille du Fichier | 9.14 KB |
Nombre d'Installations | 857 |
Version Actuelle | 1.2.1 |
Dernière Mise à Jour | 2014-10-18 |
Date de Publication | 2014-10-18 |
Évaluation | 4.50/5 Total 12 Évaluations |
Développeur | Daniel Samuels |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/danielsamuels/chrome-foundation |
Langues Prises en Charge | 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", " |