Web Socket Client
A tool for manual web socket testing.
Apa itu Web Socket Client?
Web Socket Client adalah ekstensi Chrome yang dikembangkan oleh mschurr, dan fitur utamanya adalah "A tool for manual web socket testing.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Web Socket Client
Unduh file ekstensi Web Socket 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
A simple in-browser web socket client UI. This extension is primarily intended for use by web developers looking for an easy way to test web socket endpoints as they develop. To use this extension, click the 'WS Client' icon that appears to the right of your address bar or click 'Options' for this extension in 'chrome://extensions'. Requires no permissions. Source Code & Issue Tracker: https://github.com/mschurr/chrome-web-socket-client
Informasi Dasar Ekstensi
Nama | Web Socket Client |
ID | lifhekgaodigcpmnakfhaaaboididbdn |
URL Resmi | https://chromewebstore.google.com/detail/web-socket-client/lifhekgaodigcpmnakfhaaaboididbdn |
Deskripsi | A tool for manual web socket testing. |
Ukuran File | 41.06 KB |
Jumlah Instalasi | 9,698 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2021-07-25 |
Tanggal Publikasi | 2017-02-01 |
Penilaian | 4.25/5 Total 12 Penilaian |
Pengembang | mschurr |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/mschurr/chrome-web-socket-client |
URL Halaman Bantuan | https://github.com/mschurr/chrome-web-socket-client |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Web Socket Client", "manifest_version": 2, "version": "1.0.0", "description": "A tool for manual web socket testing.", "icons": { "16": "icon_128.png", "32": "icon_128.png", "48": "icon_128.png", "128": "icon_128.png" }, "browser_action": { "default_icon": "icon_128.png" }, "options_page": "index.html", "background": { "scripts": [ "background.js" ] } } |