Saturn
Chrome DevTools Network tab tailored for GraphQL
Saturnとは何ですか?
SaturnはPatrik Gallikによって開発されたChromeの拡張機能で、その主な機能は「Chrome DevTools Network tab tailored for GraphQL」です。
拡張機能のスクリーンショット
Saturn拡張機能のCRXファイルをダウンロード
Saturn拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
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 |
Eメール | [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" } } |