WS Inspector

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

WS Inspector क्या है?

WS Inspector meded90 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows viewing binary WebSocket frame contents, which the default DevTools does not support. Currently the data is shown in HTML…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में WS Inspector एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम WS Inspector WS Inspector
ID hheflmmonjomijpaiffckjhlcjdiblae
आधिकारिक URL https://chrome.google.com/webstore/detail/ws-inspector/hheflmmonjomijpaiffckjhlcjdiblae
विवरण Allows viewing binary WebSocket frame contents, which the default DevTools does not support. Currently the data is shown in HTML…
फ़ाइल का आकार 202 KB
स्थापना संख्या 134
वर्तमान संस्करण 0.0.6
अंतिम अपडेट 2021-12-05
प्रकाशन तिथि 2021-01-18
डेवलपर meded90
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/meded90/ws-inspector
सहायता पृष्ठ URL https://github.com/meded90/ws-inspector/issues
समर्थित भाषाएँ 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"
}