Q2 Debugger
inspect tecton q2 api calls
O que é Q2 Debugger?
Q2 Debugger é uma extensão do Chrome desenvolvida por https://nuevesolutions.com, e sua principal característica é "inspect tecton q2 api calls".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Q2 Debugger
Baixe arquivos de extensão Q2 Debugger no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Q2 Debugger |
ID | ofenoeokeajgginmciegemdiioglcdio |
URL Oficial | https://chromewebstore.google.com/detail/q2-debugger/ofenoeokeajgginmciegemdiioglcdio |
Descrição | inspect tecton q2 api calls |
Tamanho do Arquivo | 2.1 MB |
Contagem de Instalações | 64 |
Versão Atual | 0.1.0 |
Última Atualização | 2020-10-31 |
Data de Publicação | 2020-08-06 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | https://nuevesolutions.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://nuevesolutions.com/ |
URL da Página de Ajuda | https://nuevesolutions.com/q2-debugger-chrome-extension/ |
Idiomas Suportados | 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" ] } |