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 là gì?

Zaqwes Guide Lines là một tiện ích mở rộng Chrome được phát triển bởi vda, và tính năng chính của nó là "Layouts every day? Designer or web developer? It will help you to check grid or relative positions of elements on page.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Zaqwes Guide Lines

Tải xuống các tệp mở rộng Zaqwes Guide Lines dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Zaqwes Guide Lines Zaqwes Guide Lines
ID onfljpbblehppcbakblopbfhmibnefnk
URL Chính Thức https://chromewebstore.google.com/detail/zaqwes-guide-lines/onfljpbblehppcbakblopbfhmibnefnk
Mô tả Layouts every day? Designer or web developer? It will help you to check grid or relative positions of elements on page.
Kích Thước Tệp 83.35 KB
Số Lần Cài Đặt 302
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2014-07-14
Ngày Phát Hành 2014-07-14
Đánh Giá 2.43/5 Tổng số 14 Đánh Giá
Nhà Phát Triển vda
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}