Redux-Ruleset
Devtools for redux-ruleset. Visualizes your data-flow
什么是Redux-Ruleset?
Redux-Ruleset是由redux.ruleset开发的Chrome扩展程序,该扩展的主要功能是“Devtools for redux-ruleset. Visualizes your data-flow”。
扩展截图
下载Redux-Ruleset扩展crx文件
下载Redux-Ruleset扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Redux-Ruleset is a redux middleware that can manage your dataflow. This chrome extension visualizes how your data flows within your app. If you model your entire data-flow with redux-ruleset you will be not only able to visualize why data flows but also why data not flows. This is an early stage product, so maybe you will find bugs. Please report them to https://github.com/manuelJung/ruleset-devtools/issues. If you don't know redux-ruleset visit the docs: https://redux-ruleset.netlify.com/
扩展基本信息
名称 | Redux-Ruleset |
ID | diibnbdfcjddnpmlhakebmiabmhhmnii |
官方URL | https://chromewebstore.google.com/detail/redux-ruleset/diibnbdfcjddnpmlhakebmiabmhhmnii |
简介 | Devtools for redux-ruleset. Visualizes your data-flow |
文件大小 | 731 KB |
安装次数 | 59 |
当前版本 | 1.0.4 |
更新时间 | 2020-10-20 |
上架时间 | 2020-05-02 |
评分 | 5.00/5 共1次评分 |
开发者 | redux.ruleset |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://redux-ruleset.netlify.com/ |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.4", "name": "Redux-Ruleset", "short_name": "Redux-Ruleset", "description": "Devtools for redux-ruleset. Visualizes your data-flow", "homepage_url": "https:\/\/redux-ruleset.netlify.com", "manifest_version": 2, "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ " |