Querio - GraphQL and HTTP requests inspector
Inspect GraphQL and raw HTTP requests/responses like a Boss 😎 ★ Querio intercepts and displays GraphQL, Fetch and XHR requests in…
Cos'è Querio - GraphQL and HTTP requests inspector?
Querio - GraphQL and HTTP requests inspector è un'estensione di Chrome sviluppata da Enkot, e la sua funzione principale è "Inspect GraphQL and raw HTTP requests/responses like a Boss 😎 ★ Querio intercepts and displays GraphQL, Fetch and XHR requests in…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Querio - GraphQL and HTTP requests inspector
Scarica i file di estensione Querio - GraphQL and HTTP requests inspector in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Inspect GraphQL and raw HTTP requests/responses like a Boss 😎 ★ Querio intercepts and displays GraphQL, Fetch and XHR requests in a nicer and more dev-friendly way than the built-in Network inspector ★ Each request made on the page is beautifully formatted and highlighted ★ Filter by request type and search by GraphQL query/mutation name ★ Dark and Light themes December 2023 Updates (v1.0): - Fresh look 🎨 - Last request mode - GraphQL HTTP batching - Preflight headers for request/response - Improved search April 2023 Updates: - "application/graphql-response+json" support November 2021 Updates: - Use Prettier for GQL requests - Fixed layout problems September 2021 Updates: - Search for query and response 🎉 - "Copy" buttons - Prettifier for GQL requests - New look for listing
Informazioni di Base sull'Estensione
Nome | Querio - GraphQL and HTTP requests inspector |
ID | ojealanebldmhejpndmaenfcdpengbac |
URL Ufficiale | https://chromewebstore.google.com/detail/querio-graphql-and-http-r/ojealanebldmhejpndmaenfcdpengbac |
Descrizione | Inspect GraphQL and raw HTTP requests/responses like a Boss 😎 ★ Querio intercepts and displays GraphQL, Fetch and XHR requests in… |
Dimensione del File | 2.1 MB |
Conteggio Installazioni | 2,498 |
Versione Corrente | 1.1.1 |
Ultimo Aggiornamento | 2023-12-28 |
Data di Pubblicazione | 2020-12-07 |
Valutazione | 4.57/5 Totale 7 Valutazioni |
Sviluppatore | Enkot |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://querio.dev/ |
URL della Pagina di Aiuto | https://github.com/enkot/querio |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Querio - GraphQL and HTTP requests inspector", "version": "1.1.1", "devtools_page": "devtools.html", "permissions": [ "storage", "clipboardRead", "clipboardWrite" ], "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "action": { "default_popup": "index.html", "default_icon": { "16": "icons\/16.png", "24": "icons\/24.png", "32": "icons\/32.png" } } } |