Measure-it
Draw a ruler across any webpage to check the width, height, or alignment of page elements in pixels.
Measure-it क्या है?
Measure-it trishul.goel द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Draw a ruler across any webpage to check the width, height, or alignment of page elements in pixels."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Measure-it एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Customize the overlay and selector from extension options.
एक्सटेंशन की मूल जानकारी
नाम | Measure-it |
ID | jocbgkoackihphodedlefohapackjmna |
आधिकारिक URL | https://chromewebstore.google.com/detail/measure-it/jocbgkoackihphodedlefohapackjmna |
विवरण | Draw a ruler across any webpage to check the width, height, or alignment of page elements in pixels. |
फ़ाइल का आकार | 19.9 KB |
स्थापना संख्या | 74,144 |
वर्तमान संस्करण | 2.1.0 |
अंतिम अपडेट | 2018-12-23 |
प्रकाशन तिथि | 2018-12-23 |
रेटिंग | 3.86/5 कुल 36 रेटिंग्स |
डेवलपर | trishul.goel |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/tsl143/measure-it |
सहायता पृष्ठ URL | https://github.com/tsl143/measure-it/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Measure-it", "description": "Draw a ruler across any webpage to check the width, height, or alignment of page elements in pixels.", "version": "2.1.0", "icons": { "32": "icons\/icon_32.png", "64": "icons\/icon_64.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "browser_action": { "default_icon": "icons\/icon_32.png", "default_title": "Measure-it" }, "background": { "scripts": [ "bg.js" ] }, "options_ui": { "page": "options.html" }, "permissions": [ "activeTab", "storage" ], "commands": { "open-measure-it": { "suggested_key": { "default": "Alt+Shift+M" }, "description": "Open MeasureIt" } } } |