GraphQL Network Inspector
Simple and clean network inspector for GraphQL
GraphQL Network Inspector là gì?
GraphQL Network Inspector là một tiện ích mở rộng Chrome được phát triển bởi warrenjday, và tính năng chính của nó là "Simple and clean network inspector for GraphQL".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng GraphQL Network Inspector
Tải xuống các tệp mở rộng GraphQL Network Inspector dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
A platform agnostic network inspector specifically built for GraphQL. Clearly see individual GraphQL requests including support for query batching. Works with any client including Apollo and Relay. 2.19.2 Big fix on searching with regex Added newsletter 2.19.1 Improvements to websocket parsing and ui 2.19.0 Jump to search results 2.18.0 Initial support for Subscriptions (Beta) only via websockets. 2.17.1 Replay requests with graphdev.app integration
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | GraphQL Network Inspector |
ID | ndlbedplllcgconngcnfmkadhokfaaln |
URL Chính Thức | https://chromewebstore.google.com/detail/graphql-network-inspector/ndlbedplllcgconngcnfmkadhokfaaln |
Mô tả | Simple and clean network inspector for GraphQL |
Kích Thước Tệp | 1.45 MB |
Số Lần Cài Đặt | 80,990 |
Phiên Bản Hiện Tại | 2.19.2 |
Cập Nhật Lần Cuối | 2024-02-21 |
Ngày Phát Hành | 2020-09-24 |
Đánh Giá | 4.92/5 Tổng số 96 Đánh Giá |
Nhà Phát Triển | warrenjday |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/warrenday/graphql-network-inspector |
URL Trang Trợ Giúp | https://github.com/warrenday/graphql-network-inspector |
Ngôn Ngữ Được Hỗ Trợ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GraphQL Network Inspector", "version": "2.19.2", "description": "Simple and clean network inspector for GraphQL", "icons": { "128": "icon.png" }, "manifest_version": 3, "permissions": [], "devtools_page": "devtools\/devtools.html", "content_scripts": [ { "matches": [ "https:\/\/www.graphdev.app\/draft?*" ], "js": [ "contentScript_export.js" ], "run_at": "document_idle" } ], "background": { "service_worker": "background.js" } } |