Measure Everything
Element distance measurement tool.
What is Measure Everything?
Measure Everything is a Chrome extension developed by mdevils, and its main feature is "Element distance measurement tool.".
Extension Screenshots
Download Measure Everything Extension CRX File
Download Measure Everything 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
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.
Extension Basic Information
Name | Measure Everything |
ID | accaohnljoiaebphephigghihhpeknff |
Official URL | https://chromewebstore.google.com/detail/measure-everything/accaohnljoiaebphephigghihhpeknff |
Description | Element distance measurement tool. |
File Size | 52.93 KB |
Installation Count | 9,235 |
Current Version | 1.1.0 |
Last Updated | 2023-12-09 |
Publish Date | 2020-07-12 |
Rating | 4.44/5 Total 27 Ratings |
Developer | mdevils |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |