Measuremate
The ultimate measuring tool for the web
Measuremate क्या है?
Measuremate https://measuremate.xyz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The ultimate measuring tool for the web"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Measuremate एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
ईमेल | [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" } } } |