Foundation Overlay

This extension creates an overlay for the Foundation grid system

Cos'è Foundation Overlay?

Foundation Overlay è un'estensione di Chrome sviluppata da Daniel Samuels, e la sua funzione principale è "This extension creates an overlay for the Foundation grid system".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Foundation Overlay

Scarica i file di estensione Foundation Overlay in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Foundation Overlay Foundation Overlay
ID odknmbgidnpnihgllkebklpekefphpbn
URL Ufficiale https://chromewebstore.google.com/detail/foundation-overlay/odknmbgidnpnihgllkebklpekefphpbn
Descrizione This extension creates an overlay for the Foundation grid system
Dimensione del File 9.14 KB
Conteggio Installazioni 857
Versione Corrente 1.2.1
Ultimo Aggiornamento 2014-10-18
Data di Pubblicazione 2014-10-18
Valutazione 4.50/5 Totale 12 Valutazioni
Sviluppatore Daniel Samuels
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/danielsamuels/chrome-foundation
Lingue Supportate 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",
        ""
    ]
}