Web Socket Client
A tool for manual web socket testing.
Web Socket Client là gì?
Web Socket Client là một tiện ích mở rộng Chrome được phát triển bởi mschurr, và tính năng chính của nó là "A tool for manual web socket testing.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Web Socket Client
Tải xuống các tệp mở rộng Web Socket Client dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Web Socket Client |
ID | lifhekgaodigcpmnakfhaaaboididbdn |
URL Chính Thức | https://chromewebstore.google.com/detail/web-socket-client/lifhekgaodigcpmnakfhaaaboididbdn |
Mô tả | A tool for manual web socket testing. |
Kích Thước Tệp | 41.06 KB |
Số Lần Cài Đặt | 9,698 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2021-07-25 |
Ngày Phát Hành | 2017-02-01 |
Đánh Giá | 4.25/5 Tổng số 12 Đánh Giá |
Nhà Phát Triển | mschurr |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/mschurr/chrome-web-socket-client |
URL Trang Trợ Giúp | https://github.com/mschurr/chrome-web-socket-client |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } } |