Zaqwes Guide Lines

Layouts every day? Designer or web developer? It will help you to check grid or relative positions of elements on page.

Cos'è Zaqwes Guide Lines?

Zaqwes Guide Lines è un'estensione di Chrome sviluppata da vda, e la sua funzione principale è "Layouts every day? Designer or web developer? It will help you to check grid or relative positions of elements on page.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Zaqwes Guide Lines

Scarica i file di estensione Zaqwes Guide Lines 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

                        To check you layout, to be equal to grid. Just put guide lines on page. It very easy to move them in place your needed or rotate, only with your mouse.                    

Informazioni di Base sull'Estensione

Nome Zaqwes Guide Lines Zaqwes Guide Lines
ID onfljpbblehppcbakblopbfhmibnefnk
URL Ufficiale https://chromewebstore.google.com/detail/zaqwes-guide-lines/onfljpbblehppcbakblopbfhmibnefnk
Descrizione Layouts every day? Designer or web developer? It will help you to check grid or relative positions of elements on page.
Dimensione del File 83.35 KB
Conteggio Installazioni 302
Versione Corrente 0.0.2
Ultimo Aggiornamento 2014-07-14
Data di Pubblicazione 2014-07-14
Valutazione 2.43/5 Totale 14 Valutazioni
Sviluppatore vda
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Zaqwes Guide Lines",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "Layouts every day? Designer or web developer? It will help you to check grid or relative positions of elements on page.",
    "background": {
        "page": "background.html"
    },
    "icons": {
        "16": "zaqwes.png",
        "48": "zaqwes.png",
        "128": "zaqwes.png"
    },
    "browser_action": {
        "default_icon": "zaqwes.png",
        "default_title": "Click to add guide line"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "http:\/\/*\/*.jpg",
                "http:\/\/*\/*.png"
            ],
            "js": [
                "jquery.1.8.js",
                "zaqwes.js"
            ]
        }
    ]
}