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                     扩展基本信息
| 名称 |   |  
| ID | ofenoeokeajgginmciegemdiioglcdio | 
| 官方URL | 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"
    ]
}  |  |