Redux-Ruleset
Devtools for redux-ruleset. Visualizes your data-flow
Redux-Rulesetคืออะไร?
Redux-Ruleset เป็นส่วนขยายของ Chrome ที่พัฒนาโดย redux.ruleset และคุณลักษณะหลักของมันคือ "Devtools for redux-ruleset. Visualizes your data-flow"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Redux-Ruleset
ดาวน์โหลดไฟล์ส่วนขยาย 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": [ " |