Zaqwes Guide Lines

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

Co to jest Zaqwes Guide Lines?

Zaqwes Guide Lines to rozszerzenie Chrome opracowane przez vda, a jego główną funkcją jest „Layouts every day? Designer or web developer? It will help you to check grid or relative positions of elements on page.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Zaqwes Guide Lines

Pobierz pliki rozszerzeń Zaqwes Guide Lines w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Zaqwes Guide Lines Zaqwes Guide Lines
ID onfljpbblehppcbakblopbfhmibnefnk
Oficjalny URL https://chromewebstore.google.com/detail/zaqwes-guide-lines/onfljpbblehppcbakblopbfhmibnefnk
Opis Layouts every day? Designer or web developer? It will help you to check grid or relative positions of elements on page.
Rozmiar pliku 83.35 KB
Liczba instalacji 302
Aktualna Wersja 0.0.2
Ostatnia Aktualizacja 2014-07-14
Data Publikacji 2014-07-14
Ocena 2.43/5 Łącznie 14 Oceny
Deweloper vda
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}