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…
Querio - GraphQL and HTTP requests inspector क्या है?
Querio - GraphQL and HTTP requests inspector Enkot द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Inspect GraphQL and raw HTTP requests/responses like a Boss 😎 ★ Querio intercepts and displays GraphQL, Fetch and XHR requests in…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Querio - GraphQL and HTTP requests inspector एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | Querio - GraphQL and HTTP requests inspector |
ID | ojealanebldmhejpndmaenfcdpengbac |
आधिकारिक URL | https://chromewebstore.google.com/detail/querio-graphql-and-http-r/ojealanebldmhejpndmaenfcdpengbac |
विवरण | Inspect GraphQL and raw HTTP requests/responses like a Boss 😎 ★ Querio intercepts and displays GraphQL, Fetch and XHR requests in… |
फ़ाइल का आकार | 2.1 MB |
स्थापना संख्या | 2,498 |
वर्तमान संस्करण | 1.1.1 |
अंतिम अपडेट | 2023-12-28 |
प्रकाशन तिथि | 2020-12-07 |
रेटिंग | 4.57/5 कुल 7 रेटिंग्स |
डेवलपर | Enkot |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://querio.dev/ |
सहायता पृष्ठ URL | https://github.com/enkot/querio |
समर्थित भाषाएँ | 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" } } } |