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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds global helper function for finding Vue components (window.vueFind = querySelector for VDOM)"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Vue.js find components 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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';"
    }
}