Redux custom dev tool

Redux custom tool allow you to see all the dispatched actions

Redux custom dev tool là gì?

Redux custom dev tool là một tiện ích mở rộng Chrome được phát triển bởi lorenzo.colarieti, và tính năng chính của nó là "Redux custom tool allow you to see all the dispatched actions".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Redux custom dev tool

Tải xuống các tệp mở rộng Redux custom dev tool dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Tracking the actions of Redux. Fast and reliable                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Redux custom dev tool Redux custom dev tool
ID midmaifgncfeiihmbnlhhahcmjgincko
URL Chính Thức https://chromewebstore.google.com/detail/redux-custom-dev-tool/midmaifgncfeiihmbnlhhahcmjgincko
Mô tả Redux custom tool allow you to see all the dispatched actions
Kích Thước Tệp 1.16 MB
Số Lần Cài Đặt 141
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2022-03-30
Ngày Phát Hành 2022-03-29
Nhà Phát Triển lorenzo.colarieti
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}