Zukeeper: Devtools for Zustand

Devtools for Zustand, in Zustand

Что такое Zukeeper: Devtools for Zustand?

Zukeeper: Devtools for Zustand - это расширение Chrome, разработанное zukeeper.tools, и его основная функция - "Devtools for Zustand, in Zustand".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Zukeeper: Devtools for Zustand

Скачайте файлы расширений 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
Электронная почта [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": [
            ""
        ]
    }
}