Relay DevTools
Developer Tools extension to inspect Relay store and how it changes.
ما هو Relay DevTools؟
Relay DevTools هو إضافة Chrome تم تطويرها بواسطة leebyron، والميزة الرئيسية لها هي "Developer Tools extension to inspect Relay store and how it changes.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Relay DevTools
قم بتنزيل ملفات الامتداد Relay DevTools بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Inspect data in the store of your Relay apps, and how that data changes over time in response to GraphQL queries, and client mutations. Note: Requires use of Relay Modern v1.4.0 or higher.
معلومات أساسية عن التمديد
الاسم | Relay DevTools |
ID | oppikflppfjfdpjimpdadhelffjpciba |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/relay-devtools/oppikflppfjfdpjimpdadhelffjpciba |
الوصف | Developer Tools extension to inspect Relay store and how it changes. |
حجم الملف | 933 KB |
عدد التثبيتات | 2,040 |
النسخة الحالية | 1.4.0 |
آخر تحديث | 2017-09-28 |
تاريخ النشر | 2017-09-28 |
تقييم | 3.00/5 مجموع تقييمات 6 |
المطور | leebyron |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/facebook/relay/ |
عنوان صفحة المساعدة | https://facebook.github.io/relay/docs/relay-debugging.html |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Relay DevTools", "version": "1.4.0", "short_name": "Relay DevTools", "description": "Developer Tools extension to inspect Relay store and how it changes.", "icons": { "16": "imgs\/logo.png", "48": "imgs\/logo.png", "128": "imgs\/logo.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "devtools_page": "devtoolsMain.html", "web_accessible_resources": [ "globalHook.js", "backendAgent.js" ], "background": { "scripts": [ "backgroundMessageBus.js" ], "persistent": false }, "content_scripts": [ { "matches": [ " |