Browser WebSocket Client

Connect to a WebSocket server to send and receive raw JSON messages.

Browser WebSocket Clientคืออะไร?

Browser WebSocket Client เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Connect to a WebSocket server to send and receive raw JSON messages."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Browser WebSocket Client

ดาวน์โหลดไฟล์ส่วนขยาย Browser WebSocket Client ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Browser WebSocket Client is an extension for Chrome and Firefox that provides a simple method for testing a WebSocket server. It allows you to send and receive raw JSON messages as well as save server URLs, protocols, and messages for later use.

Advantages
Intuitive Bootstrap 4 user interface
Save server URLs, protocols, and messages for later use
Login to Chrome or Mozilla and your saved settings will be synced across different devices
Pretty-print incoming JSON messages and saved message bodies
Export and import the plugin settings so you can easily backup and share them with colleges                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Browser WebSocket Client Browser WebSocket Client
ID mdmlhchldhfnfnkfmljgeinlffmdgkjo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/browser-websocket-client/mdmlhchldhfnfnkfmljgeinlffmdgkjo
คำอธิบาย Connect to a WebSocket server to send and receive raw JSON messages.
ขนาดไฟล์ 568 KB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 1.4.2
อัปเดตครั้งล่าสุด 2020-03-10
วันที่เผยแพร่ 2020-03-08
คะแนน 4.43/5 รวมทั้งหมด 14 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://github.com/abeade/browser-websocket-client
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Browser WebSocket Client",
    "manifest_version": 2,
    "version": "1.4.2",
    "description": "Connect to a WebSocket server to send and receive raw JSON messages.",
    "icons": {
        "16": "icon_016.png",
        "32": "icon_032.png",
        "48": "icon_048.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon_032.png",
        "default_title": "Browser WebSocket Client"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "https:\/\/www.google-analytics.com\/",
        "storage",
        "activeTab",
        "downloads"
    ],
    "options_page": "index.html#options"
}