Q2 Debugger

inspect tecton q2 api calls

Q2 Debuggerとは何ですか?

Q2 Debuggerはhttps://nuevesolutions.comによって開発されたChromeの拡張機能で、その主な機能は「inspect tecton q2 api calls」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

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 Q2 Debugger
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
Eメール [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"
    ]
}