SnapGuide

Chrome extension for measuring elements on page

SnapGuide là gì?

SnapGuide là một tiện ích mở rộng Chrome được phát triển bởi Alex, và tính năng chính của nó là "Chrome extension for measuring elements on page".

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

screenshot
screenshot
screenshot

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

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

                        SnapGuide is a tool that brings Photoshop-like guides to web. It lets you put down guides that snap intelligently to the page content. It snaps to borders and padding, and will even snap to the baseline of text. There is on-screen help with a list of shortcuts.

Unlike some extensions it will not interfere with any webpage you visit unless you click the SnapGuide icon.

Once installed: Click icon or Alt+Shift+S to activate. Read help, or press Space to dismiss it. Mouse over document, observe that rules snap to useful positions (including baselines!), and use keys as follows:

V – add vertical guide
H – add horizontal guide
Q – remove all guides
←, ↑, →, ↓ – move cursor 1px (+ Shift for x10)
Space – toggle help

Alt+Shift+S - launch SnapGuide

Please leave feedback or send me suggestions at [email protected]                    

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

Tên SnapGuide SnapGuide
ID cpmeolfjcjhjgkimkdcgcddndmjndomh
URL Chính Thức https://chromewebstore.google.com/detail/snapguide/cpmeolfjcjhjgkimkdcgcddndmjndomh
Mô tả Chrome extension for measuring elements on page
Kích Thước Tệp 194 KB
Số Lần Cài Đặt 1,766
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2021-02-08
Ngày Phát Hành 2020-05-20
Đánh Giá 4.29/5 Tổng số 14 Đánh Giá
Nhà Phát Triển Alex
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://measuremate.xyz/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SnapGuide",
    "description": "Chrome extension for measuring elements on page",
    "icons": {
        "128": "icon\/icon128.png",
        "48": "icon\/icon48.png",
        "16": "icon\/icon16.png"
    },
    "version": "1.0.1",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "browser_action": {
            "default_title": "SnapGuide",
            "default_icon": "icon\/icon16.png"
        }
    },
    "commands": {
        "toggle-snap-guide": {
            "suggested_key": {
                "default": "Alt+Shift+Z",
                "mac": "Alt+Shift+Z"
            },
            "description": "Toggles SnapGuide"
        }
    },
    "manifest_version": 2
}