Zukeeper: Devtools for Zustand
Devtools for Zustand, in Zustand
Zukeeper: Devtools for Zustand là gì?
Zukeeper: Devtools for Zustand là một tiện ích mở rộng Chrome được phát triển bởi zukeeper.tools, và tính năng chính của nó là "Devtools for Zustand, in Zustand".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Zukeeper: Devtools for Zustand
Tải xuống các tệp mở rộng Zukeeper: Devtools for Zustand dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Zukeeper: Devtools for Zustand |
ID | copnnlbbmgdflldkbnemmccblmgcnlmo |
URL Chính Thức | https://chromewebstore.google.com/detail/zukeeper-devtools-for-zus/copnnlbbmgdflldkbnemmccblmgcnlmo |
Mô tả | Devtools for Zustand, in Zustand |
Kích Thước Tệp | 939 KB |
Số Lần Cài Đặt | 4,604 |
Phiên Bản Hiện Tại | 1.3 |
Cập Nhật Lần Cuối | 2023-04-03 |
Ngày Phát Hành | 2023-03-14 |
Đánh Giá | 5.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | zukeeper.tools |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.zukeeper-tools.com/ |
URL Trang Trợ Giúp | https://github.com/oslabs-beta/Zukeeper/issues |
URL Trang Chính Sách Bảo Mật | https://www.zukeeper-tools.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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": [ " |