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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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"
        }
    }
}