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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
        }
    }
}