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 là gì?

Querio - GraphQL and HTTP requests inspector là một tiện ích mở rộng Chrome được phát triển bởi Enkot, và tính năng chính của nó là "Inspect GraphQL and raw HTTP requests/responses like a Boss 😎 ★ Querio intercepts and displays GraphQL, Fetch and XHR requests in…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Querio - GraphQL and HTTP requests inspector

Tải xuống các tệp mở rộng Querio - GraphQL and HTTP requests inspector dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Querio - GraphQL and HTTP requests inspector Querio - GraphQL and HTTP requests inspector
ID ojealanebldmhejpndmaenfcdpengbac
URL Chính Thức https://chromewebstore.google.com/detail/querio-graphql-and-http-r/ojealanebldmhejpndmaenfcdpengbac
Mô tả Inspect GraphQL and raw HTTP requests/responses like a Boss 😎 ★ Querio intercepts and displays GraphQL, Fetch and XHR requests in…
Kích Thước Tệp 2.1 MB
Số Lần Cài Đặt 2,498
Phiên Bản Hiện Tại 1.1.1
Cập Nhật Lần Cuối 2023-12-28
Ngày Phát Hành 2020-12-07
Đánh Giá 4.57/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Enkot
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://querio.dev/
URL Trang Trợ Giúp https://github.com/enkot/querio
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    }
}