GriDesign

This extension adds a grid on web pages in order to check fixed and fluid page layout.

Cos'è GriDesign?

GriDesign è un'estensione di Chrome sviluppata da https://www.gmtoppi.com, e la sua funzione principale è "This extension adds a grid on web pages in order to check fixed and fluid page layout.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione GriDesign

Scarica i file di estensione GriDesign 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

                        GriDesign is an extenstion that let you visually test your web page design using a generated grid. The grid is under your control by writing JSON files. Use your grid simply dropping your file. It supports both fixed and fluid layout.                    

Informazioni di Base sull'Estensione

Nome GriDesign GriDesign
ID iefpnenakcpfakjlbjdheejobjlfejbf
URL Ufficiale https://chromewebstore.google.com/detail/gridesign/iefpnenakcpfakjlbjdheejobjlfejbf
Descrizione This extension adds a grid on web pages in order to check fixed and fluid page layout.
Dimensione del File 17.75 KB
Conteggio Installazioni 12
Versione Corrente 0.12
Ultimo Aggiornamento 2013-08-12
Data di Pubblicazione 2013-08-12
Sviluppatore https://www.gmtoppi.com
Tipo di Pagamento free
Sito Web dell'Estensione http://gmtoppi.com/gridesign/help_howto.html
URL della Pagina di Aiuto http://gmtoppi.com/gridesign/help_howto.html
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GriDesign",
    "description": "This extension adds a grid on web pages in order to check fixed and fluid page layout.",
    "version": "0.12",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}