Elements Viewer
See your elements height and width on webpage
Elements Viewer क्या है?
Elements Viewer Seke Nikola द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "See your elements height and width on webpage"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Elements Viewer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Element Viewer is a simple extension that helps front-end developers and designers to have a better visual representation of how elements are position on a web page. Usage: Just press extension icon to toggle on and off. Inspired by the tip from Gajus Kuizinas (https://github.com/gajus)
एक्सटेंशन की मूल जानकारी
नाम | Elements Viewer |
ID | okglkbdhaneaglfmkmbkmglobmondaoc |
आधिकारिक URL | https://chromewebstore.google.com/detail/elements-viewer/okglkbdhaneaglfmkmbkmglobmondaoc |
विवरण | See your elements height and width on webpage |
फ़ाइल का आकार | 5.61 KB |
स्थापना संख्या | 107 |
वर्तमान संस्करण | 1 |
अंतिम अपडेट | 2019-09-12 |
प्रकाशन तिथि | 2019-09-12 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | Seke Nikola |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Elements Viewer", "description": "See your elements height and width on webpage", "version": "1", "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ " |