Graphql-devtools
Frameworkless devtool that works regardless of the graphql client being used, keep the same experience debugging your queries.
Graphql-devtools란 무엇입니까?
Graphql-devtools은(는) magdiel.kesller에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Frameworkless devtool that works regardless of the graphql client being used, keep the same experience debugging your queries."입니다.
확장 프로그램 스크린샷
Graphql-devtools 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A frameworkless graphql devtools that works regardless of the graphql client being used. Always keep the same experience debugging your queries and mutations!
The extension is a developer tool to help other developers debugging graphql queries, graphql is a technology to request data created by facebook. 확장 프로그램 기본 정보
| 이름 | |
| ID | iigjfndglhfiomgkcbjefboljbgjkaal |
| 공식 URL | https://chromewebstore.google.com/detail/graphql-devtools/iigjfndglhfiomgkcbjefboljbgjkaal |
| 설명 | Frameworkless devtool that works regardless of the graphql client being used, keep the same experience debugging your queries. |
| 파일 크기 | 1.57 MB |
| 설치 횟수 | 172 |
| 현재 버전 | 0.0.10 |
| 최근 업데이트 | 2021-02-16 |
| 출시 날짜 | 2020-11-12 |
| 평점 | 5.00/5 총 2 개의 평점 |
| 개발자 | magdiel.kesller |
| 이메일 | [email protected] |
| 결제 유형 | free |
| 확장 프로그램 웹 사이트 | https://github.com/dielduarte/graphql-devtools |
| 도움말 페이지 URL | https://github.com/dielduarte/graphql-devtools/issues |
| 지원되는 언어 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Graphql-devtools",
"version": "0.0.10",
"description": "Frameworkless devtool that works regardless of the graphql client being used, keep the same experience debugging your queries.",
"manifest_version": 2,
"devtools_page": "devtools.html",
"content_security_policy": "script-src 'self' 'sha256-e6xwqkcX4TaZG2PRLQTbNzBEDY664zBiJY65FQB1oDw='; object-src 'self'",
"permissions": [
"webRequest",
"webRequestBlocking",
" | |