React Stores Devtools Extension
Better experience for debug your react stores with chrome devtools extension
什么是React Stores Devtools Extension?
React Stores Devtools Extension是由konstantin24121开发的Chrome扩展程序,该扩展的主要功能是“Better experience for debug your react stores with chrome devtools extension”。
扩展截图
下载React Stores Devtools Extension扩展crx文件
下载React Stores Devtools Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | React Stores Devtools Extension |
ID | jofikieipejiceaccabdhlbedbfhogkm |
官方URL | https://chromewebstore.google.com/detail/react-stores-devtools-ext/jofikieipejiceaccabdhlbedbfhogkm |
简介 | Better experience for debug your react stores with chrome devtools extension |
文件大小 | 716 KB |
安装次数 | 1,897 |
当前版本 | 1.0.0 |
更新时间 | 2020-03-05 |
上架时间 | 2020-03-04 |
开发者 | konstantin24121 |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://ibitcy.github.io/react-stores/ |
支持的语言 | 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": [ " |