Q2 Debugger
inspect tecton q2 api calls
Co je Q2 Debugger?
Q2 Debugger je rozšíření Chrome vyvinuté https://nuevesolutions.com, a jeho hlavní funkcí je „inspect tecton q2 api calls“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Q2 Debugger
Stáhněte si soubory rozšíření Q2 Debugger ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Q2 Debugger |
ID | ofenoeokeajgginmciegemdiioglcdio |
Oficiální URL | https://chromewebstore.google.com/detail/q2-debugger/ofenoeokeajgginmciegemdiioglcdio |
Popis | inspect tecton q2 api calls |
Velikost souboru | 2.1 MB |
Počet instalací | 64 |
Aktuální Verze | 0.1.0 |
Poslední Aktualizace | 2020-10-31 |
Datum Vydání | 2020-08-06 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | https://nuevesolutions.com |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://nuevesolutions.com/ |
URL Stránky Nápovědy | https://nuevesolutions.com/q2-debugger-chrome-extension/ |
Podporované Jazyky | 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" ] } |