Relay DevTools

Developer Tools extension to inspect Relay store and how it changes.

Wat is Relay DevTools?

Relay DevTools is een Chrome-extensie ontwikkeld door leebyron, en de belangrijkste functie is "Developer Tools extension to inspect Relay store and how it changes.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Relay DevTools

Download Relay DevTools-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Relay DevTools Relay DevTools
ID oppikflppfjfdpjimpdadhelffjpciba
Officiële URL https://chromewebstore.google.com/detail/relay-devtools/oppikflppfjfdpjimpdadhelffjpciba
Beschrijving Developer Tools extension to inspect Relay store and how it changes.
Bestandsgrootte 933 KB
Aantal Installaties 2,040
Huidige Versie 1.4.0
Laatst Bijgewerkt 2017-09-28
Publicatiedatum 2017-09-28
Beoordeling 3.00/5 Totaal 6 Beoordelingen
Ontwikkelaar leebyron
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/facebook/relay/
Help Pagina-URL https://facebook.github.io/relay/docs/relay-debugging.html
Ondersteunde Talen 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": [
                ""
            ],
            "js": [
                "injectGlobalHook.js"
            ],
            "run_at": "document_start"
        }
    ]
}