Measure Everything

Element distance measurement tool.

Measure Everything क्या है?

Measure Everything mdevils द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Element distance measurement tool."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Measure Everything एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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"
    ]
}