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 |
公式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 |
Eメール | [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" } } } |