Vue.js find components

CRX ID
cpghcnolkpibahdpidfopplkdmckpcck
Status
Live on Store
Description from extension meta

Adds global helper function for finding Vue components (window.vueFind = querySelector for VDOM)

Image from store
Vue.js find components
Description from store

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)

Statistics

Installs
175
Market
Chrome Web Store
Category
Rating
0.0 (0 votes)
Last update
2021-12-06
Version 0.1.0
Languages