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 hakobera, 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. 1. Enter the URL for your Web Socket server. 2. Click Open. 3. Input request text, then click Send. 4. The extension show response messages.
Informasi Dasar Ekstensi
Nama | Simple WebSocket Client |
ID | pfdhoblngboilpfeibdedpjgfnlcodoo |
URL Resmi | https://chromewebstore.google.com/detail/simple-websocket-client/pfdhoblngboilpfeibdedpjgfnlcodoo |
Deskripsi | Construct custom Web Socket requests and handle responses to directly test your Web Socket services. |
Ukuran File | 53.95 KB |
Jumlah Instalasi | 120,074 |
Versi Saat Ini | 0.1.3 |
Terakhir Diperbarui | 2014-09-13 |
Tanggal Publikasi | 2014-09-12 |
Penilaian | 3.88/5 Total 96 Penilaian |
Pengembang | hakobera |
Tipe Pembayaran | free |
Situs Ekstensi | http://github.com/hakobera/Simple-WebSocket-Client |
URL Halaman Bantuan | http://github.com/hakobera/Simple-WebSocket-Client |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Simple WebSocket Client", "manifest_version": 2, "version": "0.1.3", "description": "Construct custom Web Socket requests and handle responses to directly test your Web Socket services.", "icons": { "16": "resources\/icon_032.png", "32": "resources\/icon_032.png", "48": "resources\/icon_048.png", "128": "resources\/icon_128.png" }, "browser_action": { "default_icon": "resources\/icon_032.png" }, "options_page": "index.html", "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs" ] } |