GraphQL DevTools

Build an extremely useful tool to manage graphQL queries !

GraphQL DevTools란 무엇입니까?

GraphQL DevTools은(는) roger.lapin.dev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Build an extremely useful tool to manage graphQL queries !"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

GraphQL DevTools 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Build an extremely useful tool to manage graphQL queries for modern app ! 👌

➡️  Update February 2023: manifest v3 supported

*We are currently working on this tool to improve its functionalities, the slack integration is currently under development, you will be able to share some bug by slack to your team with one click soon* 

Enhance your graphQL experience in your devTools. It is suitable either for developers and product manager to quickly detect errors in your requests.

For each request you will be able to list queries by name, get sent variables and retrieved data.

Thank you for using it ! If you have any bug or feature requests, just send us an email and we will be glad to answer you 🎉                    

확장 프로그램 기본 정보

이름 GraphQL DevTools GraphQL DevTools
ID dodjbhafnhfdhknkhgjkgdegcmilckdp
공식 URL https://chromewebstore.google.com/detail/graphql-devtools/dodjbhafnhfdhknkhgjkgdegcmilckdp
설명 Build an extremely useful tool to manage graphQL queries !
파일 크기 521 KB
설치 횟수 2,753
현재 버전 0.0.8.1
최근 업데이트 2023-02-21
출시 날짜 2020-12-17
평점 5.00/5 총 5 개의 평점
개발자 roger.lapin.dev
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://rogerlapindev.github.io/graphql-extension/
도움말 페이지 URL https://rogerlapindev.github.io/graphql-extension/slack-integration/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "GraphQL DevTools",
    "description": "Build an extremely useful tool to manage graphQL queries !",
    "version": "0.0.8.1",
    "version_name": "0.0.8.1",
    "icons": {
        "128": "assets\/icon_128.png"
    },
    "minimum_chrome_version": "88",
    "permissions": [
        "clipboardWrite",
        "identity"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background\/background.js"
    },
    "action": {
        "default_popup": "popup\/master-popup.html"
    },
    "devtools_page": "panel\/devtools.html",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}