Apollo Client Devtools
GraphQL debugging tools for Apollo Client.
ما هو Apollo Client Devtools؟
Apollo Client Devtools هو إضافة Chrome تم تطويرها بواسطة https://www.apollographql.com، والميزة الرئيسية لها هي "GraphQL debugging tools for Apollo Client.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Apollo Client Devtools
قم بتنزيل ملفات الامتداد Apollo Client Devtools بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.apollographql.com |
عنوان صفحة المساعدة | https://github.com/apollographql/apollo-client-devtools |
عنوان صفحة سياسة الخصوصية | 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": [ " |