RSocket Frame Inspector
RSocket Chrome Devtools
什麼是RSocket Frame Inspector?
RSocket Frame Inspector是由rsocket開發的Chrome擴展程式,該擴展的主要功能是“RSocket Chrome Devtools”。
擴展截圖
下載RSocket Frame Inspector擴展crx文件
下載RSocket Frame Inspector擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Adds RSocket debugging tools to the Chrome Developer Tools. RSocket Frame Inspector is a Chrome DevTools extension for the open-source RSocket-JS JavaScript library. It allows you to inspect the RSocket frames sent over the WebSocket connection.
You will get a new tab in your Chrome DevTools: "RSocket Frames".The tab shows RSocket frames sent over a WebSocket connection. For each frame, it displays the frame. The data and metadata can also be viewed in the object inspector view if the frames are encoded in json. 擴展基本資訊
| 名稱 | |
| ID | nijdiakpmjaohioaelphnfdbdpbbgkhc |
| 官方網址 | https://chromewebstore.google.com/detail/rsocket-frame-inspector/nijdiakpmjaohioaelphnfdbdpbbgkhc |
| 簡介 | RSocket Chrome Devtools |
| 檔案大小 | 133 KB |
| 安裝次數 | 520 |
| 目前版本 | 0.0.5 |
| 更新時間 | 2024-02-17 |
| 上架時間 | 2021-02-09 |
| 評分 | 4.00/5 共 4 次評分 |
| 開發者 | rsocket |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://github.com/rsocket/rsocket-chrome-devtools |
| 說明頁面URL | https://github.com/rsocket/rsocket-chrome-devtools/issues |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"description": "RSocket Chrome Devtools",
"version": "0.0.5",
"manifest_version": 2,
"name": "RSocket Frame Inspector",
"permissions": [
"debugger"
],
"devtools_page": "devtools.html",
"browser_action": {
"default_icon": "icon-128.png"
},
"icons": {
"128": "icon-128.png"
},
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
} | |