Relay Developer Tools
Adds Relay debugging tools to the Chrome Developer Tools.
Relay Developer Toolsとは何ですか?
Relay Developer ToolsはMetaによって開発されたChromeの拡張機能で、その主な機能は「Adds Relay debugging tools to the Chrome Developer Tools.」です。
拡張機能のスクリーンショット
Relay Developer Tools拡張機能のCRXファイルをダウンロード
Relay Developer Tools拡張子のファイルを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.
拡張機能の基本情報
名前 | Relay Developer Tools |
ID | ncedobpgnmkhcmnnkcimnobpfepidadl |
公式URL | https://chromewebstore.google.com/detail/relay-developer-tools/ncedobpgnmkhcmnnkcimnobpfepidadl |
説明 | Adds Relay debugging tools to the Chrome Developer Tools. |
ファイルサイズ | 106 KB |
インストール数 | 5,689 |
現在のバージョン | 1737e3f483db+ (8/3/2021) |
最終更新日 | 2021-08-03 |
公開日 | 2020-03-17 |
評価 | 5.00/5 合計 6 レビュー |
開発者 | Meta |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/relayjs/relay-devtools |
ヘルプページのURL | https://github.com/relayjs/relay-devtools |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Relay Developer Tools", "description": "Adds Relay debugging tools to the Chrome Developer Tools.", "version": "0.9.14", "version_name": "1737e3f483db+ (8\/3\/2021)", "minimum_chrome_version": "78", "icons": { "16": "icons\/enabled16.png", "32": "icons\/enabled32.png", "48": "icons\/enabled48.png", "128": "icons\/enabled128.png" }, "browser_action": { "default_icon": { "16": "icons\/disabled16.png", "32": "icons\/disabled32.png", "48": "icons\/disabled48.png", "128": "icons\/disabled128.png" }, "default_popup": "popups\/disabled.html" }, "devtools_page": "main.html", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "web_accessible_resources": [ "main.html", "panel.html", "build\/backend.js", "build\/renderer.js" ], "background": { "scripts": [ "build\/background.js" ], "persistent": false }, "permissions": [ "file:\/\/\/*", "http:\/\/*\/*", "https:\/\/*\/*", "webNavigation" ], "content_scripts": [ { "matches": [ " |