React Stores Devtools Extension
Better experience for debug your react stores with chrome devtools extension
React Stores Devtools Extension là gì?
React Stores Devtools Extension là một tiện ích mở rộng Chrome được phát triển bởi konstantin24121, và tính năng chính của nó là "Better experience for debug your react stores with chrome devtools extension".
Ả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 React Stores Devtools Extension
Tải xuống các tệp mở rộng React Stores Devtools Extension 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
Debug your react stores with chrome devtools extension. - 🔍 Inspect stores current state - 📜 Check store history step-by-step - 🔬 Compare diff between states - 📨 Dispatch state directly from devtools - 🍔 Clickable stack trace for history and listners - 🚀 Use in production build - 📦 Works with isolated stores - 🎨 Familiar native chrome themes
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | React Stores Devtools Extension |
ID | jofikieipejiceaccabdhlbedbfhogkm |
URL Chính Thức | https://chromewebstore.google.com/detail/react-stores-devtools-ext/jofikieipejiceaccabdhlbedbfhogkm |
Mô tả | Better experience for debug your react stores with chrome devtools extension |
Kích Thước Tệp | 716 KB |
Số Lần Cài Đặt | 1,897 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2020-03-05 |
Ngày Phát Hành | 2020-03-04 |
Nhà Phát Triển | konstantin24121 |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://ibitcy.github.io/react-stores/ |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "React Stores Devtools Extension", "version": "1.0.0", "description": "Better experience for debug your react stores with chrome devtools extension", "short_name": "React Stores Inspector", "devtools_page": "main.html", "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ " |