Apollo Client Devtools
GraphQL debugging tools for Apollo Client.
Apollo Client Devtoolsとは何ですか?
Apollo Client Devtoolsはhttps://www.apollographql.comによって開発されたChromeの拡張機能で、その主な機能は「GraphQL debugging tools for Apollo Client.」です。
拡張機能のスクリーンショット
Apollo Client Devtools拡張機能のCRXファイルをダウンロード
Apollo Client Devtools拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Apollo Client Devtools is a Chrome extension for the open-source GraphQL client, Apollo Client. This extension has 4 main features: 1. A built-in version of the Apollo Studio Explorer that allows you to make queries against your GraphQL server using your app's network interface directly (no configuration necessary). 2. A query watcher that shows you which queries are being watched by the current page, when those queries are loading, and what variables those queries are using. 3. A mutation inspector that displays the mutations made to your Apollo Client application data. 4. A cache inspector that displays your Apollo Client cache data. You can explore the cache through a tree-like interface, and search for specific field keys and values. Code for this extension can be found at: https://github.com/apollographql/apollo-client-devtools Any bugs can be reported by opening a new issue at: https://github.com/apollographql/apollo-client-devtools/issues/new To learn more about Apollo, see: https://www.apollographql.com
拡張機能の基本情報
名前 | Apollo Client Devtools |
ID | jdkknkkbebbapilgoeccciglkfbmbnfm |
公式URL | https://chromewebstore.google.com/detail/apollo-client-devtools/jdkknkkbebbapilgoeccciglkfbmbnfm |
説明 | GraphQL debugging tools for Apollo Client. |
ファイルサイズ | 403 KB |
インストール数 | 224,498 |
現在のバージョン | 4.7.0 |
最終更新日 | 2024-02-21 |
公開日 | 2020-06-02 |
評価 | 2.60/5 合計 265 レビュー |
開発者 | https://www.apollographql.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.apollographql.com |
ヘルプページのURL | https://github.com/apollographql/apollo-client-devtools |
プライバシーポリシーページのURL | https://www.apollographql.com/Apollo-Privacy-Policy.pdf |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "4.7.0", "author": "Apollo", "name": "Apollo Client Devtools", "description": "GraphQL debugging tools for Apollo Client.", "icons": { "64": "images\/logo64.png", "128": "images\/logo128.png", "400": "images\/logo400.png" }, "page_action": [], "devtools_page": "devtools.html", "background": { "service_worker": "service_worker.js" }, "web_accessible_resources": [ { "resources": [ "panel.html", "devtools.html", "hook.js" ], "matches": [ "*:\/\/*\/*" ] } ], "content_scripts": [ { "matches": [ " |