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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    ]
}