Relay Developer Tools
Adds Relay debugging tools to the Chrome Developer Tools.
Vad är Relay Developer Tools?
Relay Developer Tools är en Chrome-tillägg utvecklad av Meta, och dess huvudfunktion är "Adds Relay debugging tools to the Chrome Developer Tools.".
Tilläggsskärmbilder
Ladda ner Relay Developer Tools-förlängningens CRX-fil
Ladda ner Relay Developer Tools-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Inspect data in the store of your Relay apps, and how that data changes over time in response to GraphQL queries, and client mutations.
Grundläggande Information om Tillägg
Namn | Relay Developer Tools |
ID | ncedobpgnmkhcmnnkcimnobpfepidadl |
Officiell webbadress | https://chromewebstore.google.com/detail/relay-developer-tools/ncedobpgnmkhcmnnkcimnobpfepidadl |
Beskrivning | Adds Relay debugging tools to the Chrome Developer Tools. |
Filstorlek | 106 KB |
Antal Installationer | 5,689 |
Aktuell Version | 1737e3f483db+ (8/3/2021) |
Senast Uppdaterad | 2021-08-03 |
Publiceringsdatum | 2020-03-17 |
Betyg | 5.00/5 Totalt 6 Betyg |
Utvecklare | Meta |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/relayjs/relay-devtools |
Hjälpsida URL | https://github.com/relayjs/relay-devtools |
Stödda Språk | 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": [ " |