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开发的Chrome扩展程序,该扩展的主要功能是“Inspect GraphQL and raw HTTP requests/responses like a Boss 😎 ★ Querio intercepts and displays GraphQL, Fetch and XHR requests in…”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Querio - GraphQL and HTTP requests inspector扩展crx文件

下载Querio - GraphQL and HTTP requests inspector扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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 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"
        }
    }
}