Guides

This simple app allows you to create modify and delete horizontal and vertical guides to check if the elements are correctly aligned

Guides là gì?

Guides là một tiện ích mở rộng Chrome được phát triển bởi Stefano Vollono, và tính năng chính của nó là "This simple app allows you to create modify and delete horizontal and vertical guides to check if the elements are correctly aligned".

Ả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 Guides

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

                        This simple app allows you to create modify and delete horizontal and vertical guides to check if the elements in the page are correctly aligned.

1. ESC key or click on browser icon to exit/enter the application.
2. Double click on a ruler to create a new guide.
3. Double click on a guide to delete it.                    

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

Tên Guides Guides
ID hfpokjeoalngkknelljbenaobinichjf
URL Chính Thức https://chromewebstore.google.com/detail/guides/hfpokjeoalngkknelljbenaobinichjf
Mô tả This simple app allows you to create modify and delete horizontal and vertical guides to check if the elements are correctly aligned
Kích Thước Tệp 14.65 KB
Số Lần Cài Đặt 2,014
Phiên Bản Hiện Tại 2.1.1
Cập Nhật Lần Cuối 2022-03-22
Ngày Phát Hành 2017-06-24
Đánh Giá 4.20/5 Tổng số 10 Đánh Giá
Nhà Phát Triển Stefano Vollono
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/StefanoVollono/guides
URL Trang Trợ Giúp https://github.com/StefanoVollono/guides/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Guides",
    "description": "This simple app allows you to create modify and delete horizontal and vertical guides to check if the elements are correctly aligned",
    "version": "2.1.1",
    "homepage_url": "https:\/\/github.com\/StefanoVollono\/guides",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "19": "images\/icons\/icon19.png",
            "48": "images\/icons\/icon48.png",
            "128": "images\/icons\/icon128.png"
        }
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/hruler.png",
                "images\/vruler.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}