Measuremate
The ultimate measuring tool for the web
Qu'est-ce que Measuremate ?
Measuremate est une extension Chrome développée par https://measuremate.xyz, et sa fonction principale est "The ultimate measuring tool for the web".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Measuremate
Téléchargez les fichiers d'extension Measuremate au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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]
Informations de Base sur l'Extension
Nom | Measuremate |
ID | fcbffocoaopnenhgbchlchgndohggdei |
URL Officiel | https://chromewebstore.google.com/detail/measuremate/fcbffocoaopnenhgbchlchgndohggdei |
Description | The ultimate measuring tool for the web |
Taille du Fichier | 797 KB |
Nombre d'Installations | 27,172 |
Version Actuelle | 2.4.0.0 |
Dernière Mise à Jour | 2022-04-13 |
Date de Publication | 2019-09-27 |
Évaluation | 4.64/5 Total 39 Évaluations |
Développeur | https://measuremate.xyz |
[email protected] | |
Type de Paiement | in_app |
Site Web de l'Extension | https://measuremate.xyz/ |
URL de la Page de Politique de Confidentialité | https://measuremate.xyz/privacy-policy |
Langues Prises en Charge | 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" } } } |