Q2 Debugger
inspect tecton q2 api calls
什麼是Q2 Debugger?
Q2 Debugger是由https://nuevesolutions.com開發的Chrome擴展程式,該擴展的主要功能是“inspect tecton q2 api calls”。
擴展截圖
下載Q2 Debugger擴展crx文件
下載Q2 Debugger擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
The q2 api debugger inspects the tecton q2 api calls. It works similar to the chrome network inspector. It shows the routing_key and payload that was sent/received to/from the extension. * Tracks requestExtensionData (api calls to the Q2 backend extension) * Debugs q2 extension backend by tracking meta. * Resizable columns * Button to clear the inspector, similar to the chrome network inspector * Right click to copy data from one of the cells, such as the Routing Key * Request Data or Response Data * Light and dark themes that match the chrome debugger theme
擴展基本資訊
名稱 | Q2 Debugger |
ID | ofenoeokeajgginmciegemdiioglcdio |
官方網址 | https://chromewebstore.google.com/detail/q2-debugger/ofenoeokeajgginmciegemdiioglcdio |
簡介 | inspect tecton q2 api calls |
檔案大小 | 2.1 MB |
安裝次數 | 64 |
目前版本 | 0.1.0 |
更新時間 | 2020-10-31 |
上架時間 | 2020-08-06 |
評分 | 5.00/5 共 2 次評分 |
開發者 | https://nuevesolutions.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://nuevesolutions.com/ |
說明頁面URL | https://nuevesolutions.com/q2-debugger-chrome-extension/ |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Q2 Debugger", "version": "0.1.0", "description": "inspect tecton q2 api calls", "manifest_version": 2, "devtools_page": "devtools.html", "permissions": [], "background": { "scripts": [ "background.js" ], "persistent": false }, "web_accessible_resources": [ "injectable.js" ] } |