Measuremate
The ultimate measuring tool for the web
什麼是Measuremate?
Measuremate是由https://measuremate.xyz開發的Chrome擴展程式,該擴展的主要功能是“The ultimate measuring tool for the web”。
擴展截圖
下載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 |
ID | fcbffocoaopnenhgbchlchgndohggdei |
官方網址 | 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" } } } |