Relay DevTools
Developer Tools extension to inspect Relay store and how it changes.
什麼是Relay DevTools?
Relay DevTools是由leebyron開發的Chrome擴展程式,該擴展的主要功能是“Developer Tools extension to inspect Relay store and how it changes.”。
擴展截圖
下載Relay DevTools擴展crx文件
下載Relay DevTools擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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. 擴展基本資訊
| 名稱 | |
| ID | oppikflppfjfdpjimpdadhelffjpciba |
| 官方網址 | 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/ |
| 說明頁面URL | 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": [
" | |