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ファイルをダウンロード

Zukeeper: Devtools for Zustand拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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": [
            ""
        ]
    }
}