Redux DevTools - Next

Redux DevTools for debugging application's state changes.

Redux DevTools - Next là gì?

Redux DevTools - Next là một tiện ích mở rộng Chrome được phát triển bởi Methuselah96, và tính năng chính của nó là "Redux DevTools for debugging application's state changes.".

Ả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 DevTools - Next

Tải xuống các tệp mở rộng Redux DevTools - Next 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

                        Debug state changes in an application.                    

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

Tên Redux DevTools - Next Redux DevTools - Next
ID oamphgegmigmlgkdnijmeomjenbmkbdg
URL Chính Thức https://chromewebstore.google.com/detail/redux-devtools-next/oamphgegmigmlgkdnijmeomjenbmkbdg
Mô tả Redux DevTools for debugging application's state changes.
Kích Thước Tệp 2.32 MB
Số Lần Cài Đặt 14,257
Phiên Bản Hiện Tại 3.0.3
Cập Nhật Lần Cuối 2022-01-11
Ngày Phát Hành 2021-09-13
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Methuselah96
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "version": "3.0.3",
    "name": "Redux DevTools - Next",
    "short_name": "Redux DevTools - Next",
    "description": "Redux DevTools for debugging application's state changes.",
    "homepage_url": "https:\/\/github.com\/reduxjs\/redux-devtools",
    "manifest_version": 2,
    "page_action": {
        "default_icon": "img\/logo\/gray.png",
        "default_title": "Redux DevTools",
        "default_popup": "window.html#popup"
    },
    "commands": {
        "devtools-left": {
            "description": "DevTools window to left"
        },
        "devtools-right": {
            "description": "DevTools window to right"
        },
        "devtools-bottom": {
            "description": "DevTools window to bottom"
        },
        "devtools-remote": {
            "description": "Remote DevTools"
        },
        "_execute_page_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+E"
            }
        }
    },
    "icons": {
        "16": "img\/logo\/16x16.png",
        "48": "img\/logo\/48x48.png",
        "128": "img\/logo\/128x128.png"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "background": {
        "scripts": [
            "background.bundle.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_globs": [
                "https:\/\/www.google*"
            ],
            "js": [
                "content.bundle.js",
                "pagewrap.bundle.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "devtools_page": "devtools.html",
    "web_accessible_resources": [
        "page.bundle.js"
    ],
    "externally_connectable": {
        "ids": [
            "*"
        ]
    },
    "permissions": [
        "notifications",
        "contextMenus",
        "storage",
        "file:\/\/\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'; style-src * 'unsafe-inline'; img-src 'self' data:;",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}