Vue.js find components
Adds global helper function for finding Vue components (window.vueFind = querySelector for VDOM)
Vue.js find components क्या है?
Vue.js find components lukaw द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds global helper function for finding Vue components (window.vueFind = querySelector for VDOM)"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Vue.js find components एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Adds global helper function for finding Vue components window.vueFind ~= querySelector for VDOM window.vueFindAll ~= querySelectorAll for VDOM window.vueFind('Card CardDialog[model=isCardDialogVisible]').model - Simple selectors: `window.vueFind('missing')` prints a warning with a tree of supported simple selectors - Attribute selectors: only `[attr=fullvalue]` and `[attr="full value"]` operators are supported - Combinators: simple selectors can only be combined with a descendant combinator (a space)
एक्सटेंशन की मूल जानकारी
नाम | Vue.js find components |
ID | cpghcnolkpibahdpidfopplkdmckpcck |
आधिकारिक URL | https://chromewebstore.google.com/detail/vuejs-find-components/cpghcnolkpibahdpidfopplkdmckpcck |
विवरण | Adds global helper function for finding Vue components (window.vueFind = querySelector for VDOM) |
फ़ाइल का आकार | 16.3 KB |
स्थापना संख्या | 104 |
वर्तमान संस्करण | 0.1.0 |
अंतिम अपडेट | 2021-12-06 |
प्रकाशन तिथि | 2019-07-08 |
डेवलपर | lukaw |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/lukaw3d/Vue.js-find-components-extension |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "0.1.0", "name": "Vue.js find components", "short_name": "Vue.js find", "description": "Adds global helper function for finding Vue components (window.vueFind = querySelector for VDOM)", "icons": { "32": "icon32.png", "128": "icon128.png", "192": "icon192.png" }, "devtools_page": ".\/devtools.html", "content_security_policy": { "extension_pages": "default-src 'none'; script-src 'self';" } } |