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
公式URL 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
Eメール [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"
    ]
}