Zukeeper: Devtools for Zustand
Devtools for Zustand, in Zustand
What is Zukeeper: Devtools for Zustand?
Zukeeper: Devtools for Zustand is a Chrome extension developed by zukeeper.tools, and its main feature is "Devtools for Zustand, in Zustand".
Extension Screenshots
Download Zukeeper: Devtools for Zustand Extension CRX File
Download Zukeeper: Devtools for Zustand extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | Zukeeper: Devtools for Zustand |
ID | copnnlbbmgdflldkbnemmccblmgcnlmo |
Official URL | https://chromewebstore.google.com/detail/zukeeper-devtools-for-zus/copnnlbbmgdflldkbnemmccblmgcnlmo |
Description | Devtools for Zustand, in Zustand |
File Size | 939 KB |
Installation Count | 4,604 |
Current Version | 1.3 |
Last Updated | 2023-04-03 |
Publish Date | 2023-03-14 |
Rating | 5.00/5 Total 5 Ratings |
Developer | zukeeper.tools |
[email protected] | |
Payment Type | free |
Extension Website | https://www.zukeeper-tools.com/ |
Help Page URL | https://github.com/oslabs-beta/Zukeeper/issues |
Privacy Policy Page URL | https://www.zukeeper-tools.com/privacy-policy |
Supported Languages | 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": [ " |