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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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';" } } |