Saturn

Chrome DevTools Network tab tailored for GraphQL

Saturn란 무엇입니까?

Saturn은(는) Patrik Gallik에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chrome DevTools Network tab tailored for GraphQL"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Network tab is great for inspecting REST API calls, but since GraphQL implements another layer of abstraction over HTTP, it's not so straightforward to use.

Saturn solves this problem by bringing a new tab to DevTools, trying to mimic the look and feel of the Network tab, and providing quick overview of query, variables, data and errors properties of every GraphQL query.

The extension is under active development, please leave any feedback, it's very likely it will get implemented. Feel free to create an issue in Github or contribute!

Changelog:
0.3.3 - Bump manifest to v3
0.3.2 - It is now possible to search and filter by variables (https://github.com/patresk/saturn/pull/8)
0.3 - Filter and Clear functionality (https://github.com/patresk/saturn/issues/5, https://github.com/patresk/saturn/issues/3)
0.2 - Dark mode support added

https://github.com/patresk/saturn                    

확장 프로그램 기본 정보

이름 Saturn Saturn
ID niddeggaegffgancpopjccbmmhpdfflf
공식 URL https://chromewebstore.google.com/detail/saturn/niddeggaegffgancpopjccbmmhpdfflf
설명 Chrome DevTools Network tab tailored for GraphQL
파일 크기 585 KB
설치 횟수 109
현재 버전 0.3.3
최근 업데이트 2022-05-15
출시 날짜 2020-05-06
평점 5.00/5 총 4 개의 평점
개발자 Patrik Gallik
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/patresk/saturn
도움말 페이지 URL https://github.com/patresk/saturn/issues
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Saturn",
    "description": "Chrome DevTools Network tab tailored for GraphQL",
    "version": "0.3.3",
    "minimum_chrome_version": "88.0",
    "devtools_page": "devtools.html",
    "manifest_version": 3,
    "icons": {
        "16": "images\/128x128.png",
        "32": "images\/128x128.png",
        "48": "images\/128x128.png",
        "128": "images\/128x128.png"
    }
}