Measuremate
The ultimate measuring tool for the web
Measuremate là gì?
Measuremate là một tiện ích mở rộng Chrome được phát triển bởi https://measuremate.xyz, và tính năng chính của nó là "The ultimate measuring tool for the web".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Measuremate
Tải xuống các tệp mở rộng Measuremate dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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]
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Measuremate |
ID | fcbffocoaopnenhgbchlchgndohggdei |
URL Chính Thức | https://chromewebstore.google.com/detail/measuremate/fcbffocoaopnenhgbchlchgndohggdei |
Mô tả | The ultimate measuring tool for the web |
Kích Thước Tệp | 797 KB |
Số Lần Cài Đặt | 27,172 |
Phiên Bản Hiện Tại | 2.4.0.0 |
Cập Nhật Lần Cuối | 2022-04-13 |
Ngày Phát Hành | 2019-09-27 |
Đánh Giá | 4.64/5 Tổng số 39 Đánh Giá |
Nhà Phát Triển | https://measuremate.xyz |
[email protected] | |
Loại Thanh Toán | in_app |
Trang Web Mở Rộng | https://measuremate.xyz/ |
URL Trang Chính Sách Bảo Mật | https://measuremate.xyz/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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" } } } |