Measuremate

The ultimate measuring tool for the web

什么是Measuremate?

Measuremate是由https://measuremate.xyz开发的Chrome扩展程序,该扩展的主要功能是“The ultimate measuring tool for the web”。

扩展截图

screenshot
screenshot
screenshot

下载Measuremate扩展crx文件

下载Measuremate扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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]                    

扩展基本信息

名称 Measuremate Measuremate
ID fcbffocoaopnenhgbchlchgndohggdei
官方URL https://chromewebstore.google.com/detail/measuremate/fcbffocoaopnenhgbchlchgndohggdei
简介 The ultimate measuring tool for the web
文件大小 797 KB
安装次数 27,172
当前版本 2.4.0.0
更新时间 2022-04-13
上架时间 2019-09-27
评分 4.64/5 共39次评分
开发者 https://measuremate.xyz
电子邮箱 [email protected]
付费类型 in_app
扩展官网 https://measuremate.xyz/
隐私政策页面URL https://measuremate.xyz/privacy-policy
支持的语言 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"
        }
    }
}