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 هو إضافة Chrome تم تطويرها بواسطة lukaw، والميزة الرئيسية لها هي "Adds global helper function for finding Vue components (window.vueFind = querySelector for VDOM)".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Vue.js find components
قم بتنزيل ملفات الامتداد Vue.js find components بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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';" } } |