reactFLO

A dev tool that helps developers visualize the flow of state through their React app

reactFLOคืออะไร?

reactFLO เป็นส่วนขยายของ Chrome ที่พัฒนาโดย reactflo และคุณลักษณะหลักของมันคือ "A dev tool that helps developers visualize the flow of state through their React app"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย reactFLO

ดาวน์โหลดไฟล์ส่วนขยาย reactFLO ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        As React applications scale, tracking the flow of state and props can be difficult. 

reactFLO allows developers to see their component hierarchy tree and identify the flow of state and props through their application, as well as their relationship with other components that may hold those props.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ reactFLO reactFLO
ID dcfgjebpfnpkeanpdingcfgcdjbkplim
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/reactflo/dcfgjebpfnpkeanpdingcfgcdjbkplim
คำอธิบาย A dev tool that helps developers visualize the flow of state through their React app
ขนาดไฟล์ 5.17 MB
จำนวนการติดตั้ง 30
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2020-05-31
วันที่เผยแพร่ 2020-05-31
ผู้พัฒนา reactflo
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "reactFLO",
    "version": "1.0",
    "description": "A dev tool that helps developers visualize the flow of state through their React app",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "devtools_page": "devtools.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentscript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "inject.js",
        "main.js"
    ],
    "permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "16": "reactflo16.png",
        "48": "reactflo48.png",
        "128": "reactflo128.png"
    },
    "manifest_version": 2
}