MeasureIt!
MeasureIt is useful app for measurement width and height of webpages. Measure it in pixels.
MeasureIt! क्या है?
MeasureIt! Online Apps द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "MeasureIt is useful app for measurement width and height of webpages. Measure it in pixels."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में MeasureIt! एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
MeasureIt shows positioning and dimensions in pixel points. You can measure height and width of elements on web page. HOW IT WORKS • Click to the icon of app on the current web page. • Draw ruler page and shows width, height, positioning of element. • Click the icon again to exit the measurement.
एक्सटेंशन की मूल जानकारी
नाम | MeasureIt! |
ID | keoagpbljgpdoldcmfpgicnpijmfompi |
आधिकारिक URL | https://chromewebstore.google.com/detail/measureit/keoagpbljgpdoldcmfpgicnpijmfompi |
विवरण | MeasureIt is useful app for measurement width and height of webpages. Measure it in pixels. |
फ़ाइल का आकार | 103 KB |
स्थापना संख्या | 12,336 |
वर्तमान संस्करण | 1.2.4 |
अंतिम अपडेट | 2022-10-05 |
प्रकाशन तिथि | 2020-06-13 |
रेटिंग | 1.97/5 कुल 37 रेटिंग्स |
डेवलपर | Online Apps |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "jquery.min.js", "backgroundMeasureIt.js" ] }, "browser_action": { "default_icon": "off.png", "default_title": "MeasureIt" }, "content_scripts": [ { "all_frames": false, "css": [ "styleMeasureIt.css" ], "js": [ "measureIt.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_idle" } ], "description": "MeasureIt is useful app for measurement width and height of webpages. Measure it in pixels.", "manifest_version": 2, "name": "MeasureIt!", "permissions": [ "activeTab", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "1.2.4", "icons": { "48": "ico_48.png", "128": "ico_128.png" } } |