WebSocket Frame Inspector

Chrome extension to monitor WebSocket frames

WebSocket Frame Inspector là gì?

WebSocket Frame Inspector là một tiện ích mở rộng Chrome được phát triển bởi d07.riv, và tính năng chính của nó là "Chrome extension to monitor WebSocket frames".

Ả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 WebSocket Frame Inspector

Tải xuống các tệp mở rộng WebSocket Frame Inspector 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

                        View binary and text websocket frames sent/received by a page.                    

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

Tên WebSocket Frame Inspector WebSocket Frame Inspector
ID nlajeopfbepekemjhkjcbbnencojpaae
URL Chính Thức https://chromewebstore.google.com/detail/websocket-frame-inspector/nlajeopfbepekemjhkjcbbnencojpaae
Mô tả Chrome extension to monitor WebSocket frames
Kích Thước Tệp 102 KB
Số Lần Cài Đặt 1,647
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2018-09-06
Ngày Phát Hành 2018-09-06
Đánh Giá 4.57/5 Tổng số 7 Đánh Giá
Nhà Phát Triển d07.riv
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Chrome extension to monitor WebSocket frames",
    "version": "0.0.1",
    "name": "WebSocket Frame Inspector",
    "permissions": [
        "debugger",
        "tabs"
    ],
    "browser_action": {
        "default_title": "Open WebSocket Inspector",
        "default_icon": "icon-128.png"
    },
    "background": {
        "page": "background.html"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}