Measuremate

The ultimate measuring tool for the web

What is Measuremate?

Measuremate is a Chrome extension developed by https://measuremate.xyz, and its main feature is "The ultimate measuring tool for the web".

Extension Screenshots

screenshot
screenshot
screenshot

Download Measuremate Extension CRX File

Download Measuremate extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        MeasureMate the ultimate tool for measuring distances between elements on webpages. It lets you just select the element and then check all the distances to any other element. You can select the whole element or only the content box.

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

Once installed: Click the icon to activate. Mouse over a document, select the anchor element and move the cursor to any other element.

It's only the beginning. In the future, there would be more lot of helpful stuff.

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

Extension Basic Information

Name Measuremate Measuremate
ID fcbffocoaopnenhgbchlchgndohggdei
Official URL https://chromewebstore.google.com/detail/measuremate/fcbffocoaopnenhgbchlchgndohggdei
Description The ultimate measuring tool for the web
File Size 797 KB
Installation Count 27,172
Current Version 2.4.0.0
Last Updated 2022-04-13
Publish Date 2019-09-27
Rating 4.64/5 Total 39 Ratings
Developer https://measuremate.xyz
Email [email protected]
Payment Type in_app
Extension Website https://measuremate.xyz/
Privacy Policy Page URL https://measuremate.xyz/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.4.0.0",
    "manifest_version": 3,
    "name": "Measuremate",
    "description": "The ultimate measuring tool for the web",
    "icons": {
        "16": "icon\/icon16.png",
        "32": "icon\/icon32.png",
        "48": "icon\/icon48.png",
        "128": "icon\/icon128.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+M",
                "mac": "Command+Shift+M"
            }
        }
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "browser_action": {
            "default_title": "Measuremate",
            "default_icon": "icon\/icon128.png"
        }
    }
}