Zukeeper: Devtools for Zustand

Devtools for Zustand, in Zustand

Zukeeper: Devtools for Zustand란 무엇입니까?

Zukeeper: Devtools for Zustand은(는) zukeeper.tools에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Devtools for Zustand, in Zustand"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Zukeeper: Devtools for Zustand 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Zukeeper is a native, holistic developer tool for Zustand that provides powerful insight into the state of your Zustand application. Check out features such as Action Dispatch logs, State value captures, State Diff-ing, State Hierachy visualization, and Time Travel Debugging!                    

확장 프로그램 기본 정보

이름 Zukeeper: Devtools for Zustand Zukeeper: Devtools for Zustand
ID copnnlbbmgdflldkbnemmccblmgcnlmo
공식 URL https://chromewebstore.google.com/detail/zukeeper-devtools-for-zus/copnnlbbmgdflldkbnemmccblmgcnlmo
설명 Devtools for Zustand, in Zustand
파일 크기 939 KB
설치 횟수 4,604
현재 버전 1.3
최근 업데이트 2023-04-03
출시 날짜 2023-03-14
평점 5.00/5 총 5 개의 평점
개발자 zukeeper.tools
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.zukeeper-tools.com/
도움말 페이지 URL https://github.com/oslabs-beta/Zukeeper/issues
개인정보 보호 정책 페이지 URL https://www.zukeeper-tools.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.3",
    "name": "Zukeeper: Devtools for Zustand",
    "description": "Devtools for Zustand, in Zustand",
    "manifest_version": 3,
    "homepage_url": "https:\/\/github.com\/oslabs-beta\/Zukeeper#readme",
    "author": "Chris Olmsted, George Vazquez, Santi Lorenzo, Stephen Lee",
    "devtools_page": "html\/devtools.html",
    "background": {
        "service_worker": "\/js\/background.js"
    },
    "icons": {
        "16": ".\/icons\/zukeeper_16x16.png",
        "48": ".\/icons\/zukeeper_48x48.png",
        "128": ".\/icons\/zukeeper_128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/js\/contentScript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/js\/injectedScript.js",
                "\/js\/contentScript.js",
                "..\/src\/client\/assets\/document.png",
                "..\/src\/client\/assets\/feedback.png",
                "..\/src\/client\/assets\/support.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [],
    "host_permissions": [
        ""
    ],
    "externally_connectable": {
        "matches": [
            ""
        ]
    }
}