WS Inspector

Allows viewing binary WebSocket frame contents, which the default DevTools does not support. Currently the data is shown in HTML…

Apa itu WS Inspector?

WS Inspector adalah ekstensi Chrome yang dikembangkan oleh meded90, dan fitur utamanya adalah "Allows viewing binary WebSocket frame contents, which the default DevTools does not support. Currently the data is shown in HTML…".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi WS Inspector

Unduh file ekstensi WS Inspector dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Allows viewing binary WebSocket frame contents, which the default DevTools does not support.

Currently the data is shown in HTML based hex view, and does not work well for large frameStore (~10K+). Considering switching to canvas based view instead.

If anyone knows an existing hex viewer module that does not use Angular, I'd be happy to use it instead.                    

Informasi Dasar Ekstensi

Nama WS Inspector WS Inspector
ID hheflmmonjomijpaiffckjhlcjdiblae
URL Resmi https://chrome.google.com/webstore/detail/ws-inspector/hheflmmonjomijpaiffckjhlcjdiblae
Deskripsi Allows viewing binary WebSocket frame contents, which the default DevTools does not support. Currently the data is shown in HTML…
Ukuran File 202 KB
Jumlah Instalasi 134
Versi Saat Ini 0.0.6
Terakhir Diperbarui 2021-12-05
Tanggal Publikasi 2021-01-18
Pengembang meded90
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/meded90/ws-inspector
URL Halaman Bantuan https://github.com/meded90/ws-inspector/issues
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WS Inspector",
    "minimum_chrome_version": "88",
    "permissions": [
        "debugger",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "128": "icon-128.png"
    },
    "manifest_version": 3,
    "devtools_page": "main.html",
    "content_security_policy": {
        "script-src": "self unsafe-eval",
        "unsafe-eval": "object-src self",
        "unsafe-inline": "self"
    },
    "version": "0.0.6"
}