Zaqwes Guide Lines

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

Was ist Zaqwes Guide Lines?

Zaqwes Guide Lines ist eine Chrome-Erweiterung, die von vda entwickelt wurde, und ihr Hauptmerkmal ist "Layouts every day? Designer or web developer? It will help you to check grid or relative positions of elements on page.".

Erweiterungsscreenshots

screenshot

Zaqwes Guide Lines-Erweiterungs-CRX-Datei herunterladen

Laden Sie Zaqwes Guide Lines-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Zaqwes Guide Lines Zaqwes Guide Lines
ID onfljpbblehppcbakblopbfhmibnefnk
Offizielle URL https://chromewebstore.google.com/detail/zaqwes-guide-lines/onfljpbblehppcbakblopbfhmibnefnk
Beschreibung Layouts every day? Designer or web developer? It will help you to check grid or relative positions of elements on page.
Dateigröße 83.35 KB
Installationsanzahl 302
Aktuelle Version 0.0.2
Letztes Update 2014-07-14
Veröffentlichungsdatum 2014-07-14
Bewertung 2.43/5 Insgesamt 14 Bewertungen
Entwickler vda
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}