Zaqwes Guide Lines

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

Zaqwes Guide Lines란 무엇입니까?

Zaqwes Guide Lines은(는) vda에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Layouts every day? Designer or web developer? It will help you to check grid or relative positions of elements on page."입니다.

확장 프로그램 스크린샷

screenshot

Zaqwes Guide Lines 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Zaqwes Guide Lines Zaqwes Guide Lines
ID onfljpbblehppcbakblopbfhmibnefnk
공식 URL https://chromewebstore.google.com/detail/zaqwes-guide-lines/onfljpbblehppcbakblopbfhmibnefnk
설명 Layouts every day? Designer or web developer? It will help you to check grid or relative positions of elements on page.
파일 크기 83.35 KB
설치 횟수 302
현재 버전 0.0.2
최근 업데이트 2014-07-14
출시 날짜 2014-07-14
평점 2.43/5 총 14 개의 평점
개발자 vda
결제 유형 free
지원되는 언어 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"
            ]
        }
    ]
}