Redux custom dev tool

Redux custom tool allow you to see all the dispatched actions

Redux custom dev toolคืออะไร?

Redux custom dev tool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย lorenzo.colarieti และคุณลักษณะหลักของมันคือ "Redux custom tool allow you to see all the dispatched actions"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Redux custom dev tool

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

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

                        Tracking the actions of Redux. Fast and reliable                    

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

ชื่อ Redux custom dev tool Redux custom dev tool
ID midmaifgncfeiihmbnlhhahcmjgincko
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/redux-custom-dev-tool/midmaifgncfeiihmbnlhhahcmjgincko
คำอธิบาย Redux custom tool allow you to see all the dispatched actions
ขนาดไฟล์ 1.16 MB
จำนวนการติดตั้ง 141
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2022-03-30
วันที่เผยแพร่ 2022-03-29
ผู้พัฒนา lorenzo.colarieti
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Redux custom dev tool",
    "description": "Redux custom tool allow you to see all the dispatched actions",
    "version": "0.0.1",
    "manifest_version": 3,
    "permissions": [
        "activeTab"
    ],
    "host_permissions": [
        ""
    ],
    "devtools_page": "devtools.html",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    }
}