Guide lines

Easily check the visual alignment of the page elements.

Guide lines là gì?

Guide lines là một tiện ích mở rộng Chrome được phát triển bởi imagentleman (José Antonio Chio), và tính năng chính của nó là "Easily check the visual alignment of the page elements.".

Ả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 Guide lines

Tải xuống các tệp mở rộng 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

                        Get a vertical guide (line) and a horizontal guide that follow your mouse and go across the entire viewport. 

Useful to quickly check the alignment of elements in a page.

Icon from https://material.io/tools/icons/                    

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

Tên Guide lines Guide lines
ID ghlopmkdjokkoobjieilmddcnaamboln
URL Chính Thức https://chromewebstore.google.com/detail/guide-lines/ghlopmkdjokkoobjieilmddcnaamboln
Mô tả Easily check the visual alignment of the page elements.
Kích Thước Tệp 9.17 KB
Số Lần Cài Đặt 999
Phiên Bản Hiện Tại 5
Cập Nhật Lần Cuối 2022-04-06
Ngày Phát Hành 2018-06-16
Đánh Giá 3.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển imagentleman (José Antonio Chio)
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Guide lines",
    "version": "5",
    "description": "Easily check the visual alignment of the page elements.",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "b16.png",
            "24": "b24.png",
            "32": "b32.png"
        }
    },
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "minimum_chrome_version": "88"
}