Zaqwes Guide Lines

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

Apa itu Zaqwes Guide Lines?

Zaqwes Guide Lines adalah ekstensi Chrome yang dikembangkan oleh vda, dan fitur utamanya adalah "Layouts every day? Designer or web developer? It will help you to check grid or relative positions of elements on page.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Zaqwes Guide Lines

Unduh file ekstensi Zaqwes Guide Lines dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Zaqwes Guide Lines Zaqwes Guide Lines
ID onfljpbblehppcbakblopbfhmibnefnk
URL Resmi https://chromewebstore.google.com/detail/zaqwes-guide-lines/onfljpbblehppcbakblopbfhmibnefnk
Deskripsi Layouts every day? Designer or web developer? It will help you to check grid or relative positions of elements on page.
Ukuran File 83.35 KB
Jumlah Instalasi 302
Versi Saat Ini 0.0.2
Terakhir Diperbarui 2014-07-14
Tanggal Publikasi 2014-07-14
Penilaian 2.43/5 Total 14 Penilaian
Pengembang vda
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}