Measure Everything

Element distance measurement tool.

Measure Everything là gì?

Measure Everything là một tiện ích mở rộng Chrome được phát triển bởi mdevils, và tính năng chính của nó là "Element distance measurement tool.".

Ả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 Measure Everything

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

                        Measure Everything is a powerful tool for measuring distances between DOM Elements on a webpage.

Just click an element and then hover your mouse pointer over another element in order to get instant distance measurements.

You need to activate the extension by clicking on its icon before using it or pressing the hotkey Alt+Shift+M. Consider pinning the icon of this extension for easier use.

Any feedback and reviews are welcome.                    

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

Tên Measure Everything Measure Everything
ID accaohnljoiaebphephigghihhpeknff
URL Chính Thức https://chromewebstore.google.com/detail/measure-everything/accaohnljoiaebphephigghihhpeknff
Mô tả Element distance measurement tool.
Kích Thước Tệp 52.93 KB
Số Lần Cài Đặt 9,235
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2023-12-09
Ngày Phát Hành 2020-07-12
Đánh Giá 4.44/5 Tổng số 27 Đánh Giá
Nhà Phát Triển mdevils
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Measure Everything",
    "description": "Element distance measurement tool.",
    "version": "1.1.0",
    "author": "Marat Dulin",
    "action": {
        "default_title": "Measure Everything",
        "default_icon": {
            "16": "icon16.png"
        }
    },
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "commands": {
        "toggle-measure-everything": {
            "suggested_key": {
                "default": "Alt+Shift+M",
                "mac": "Alt+Shift+M"
            },
            "description": "Toggles Measure Everything"
        }
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ]
}