Measure Everything

Element distance measurement tool.

什麼是Measure Everything?

Measure Everything是由mdevils開發的Chrome擴展程式,該擴展的主要功能是“Element distance measurement tool.”。

擴展截圖

screenshot

下載Measure Everything擴展crx文件

下載Measure Everything擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Measure Everything Measure Everything
ID accaohnljoiaebphephigghihhpeknff
官方網址 https://chromewebstore.google.com/detail/measure-everything/accaohnljoiaebphephigghihhpeknff
簡介 Element distance measurement tool.
檔案大小 52.93 KB
安裝次數 9,235
目前版本 1.1.0
更新時間 2023-12-09
上架時間 2020-07-12
評分 4.44/5 共 27 次評分
開發者 mdevils
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    ]
}