Measure Everything
Element distance measurement tool.
Measure Everything란 무엇입니까?
Measure Everything은(는) mdevils에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Element distance measurement tool."입니다.
확장 프로그램 스크린샷
Measure Everything 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" ] } |