Simple WebSocket Client
Construct custom Web Socket requests and handle responses to directly test your Web Socket services.
Apa itu Simple WebSocket Client?
Simple WebSocket Client adalah ekstensi Chrome yang dikembangkan oleh olshevskiy87, dan fitur utamanya adalah "Construct custom Web Socket requests and handle responses to directly test your Web Socket services.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Simple WebSocket Client
Unduh file ekstensi Simple WebSocket Client 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
Simple WebSocket Client is an extension for Google Chrome to help construct custom Web Socket requests and handle responses to directly test your Web Socket services.
Informasi Dasar Ekstensi
Nama | Simple WebSocket Client |
ID | gobngblklhkgmjhbpbdlkglbhhlafjnh |
URL Resmi | https://chromewebstore.google.com/detail/simple-websocket-client/gobngblklhkgmjhbpbdlkglbhhlafjnh |
Deskripsi | Construct custom Web Socket requests and handle responses to directly test your Web Socket services. |
Ukuran File | 55.1 KB |
Jumlah Instalasi | 6,600 |
Versi Saat Ini | 0.3.14 |
Terakhir Diperbarui | 2023-05-09 |
Tanggal Publikasi | 2020-05-30 |
Penilaian | 4.17/5 Total 6 Penilaian |
Pengembang | olshevskiy87 |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/olshevskiy87/simple-websocket-client |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Simple WebSocket Client", "manifest_version": 3, "version": "0.3.14", "description": "Construct custom Web Socket requests and handle responses to directly test your Web Socket services.", "icons": { "16": "resources\/icon_016.png", "32": "resources\/icon_032.png", "48": "resources\/icon_048.png", "128": "resources\/icon_128.png" }, "action": { "default_icon": "resources\/icon_032.png" }, "options_page": "index.html", "background": { "service_worker": "background.js", "type": "module" } } |