Urql Devtools
The official Urql chrome extension
Wat is Urql Devtools?
Urql Devtools is een Chrome-extensie ontwikkeld door urql-dev, en de belangrijkste functie is "The official Urql chrome extension".
Extensie Screenshots
Download het CRX-bestand van de extensie Urql Devtools
Download Urql 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
Features: - Inspect responses and cache outcomes - See operations and responses in real time - Easily trigger requests via the client - Test your exchanges in a browser environment If you haven't already heard about our GraphQL client, you can find out more at the link below: https://github.com/FormidableLabs/urql
Basisinformatie over de Extensie
Naam | Urql Devtools |
ID | mcfphkbpmkbeofnkjehahlmidmceblmm |
Officiële URL | https://chromewebstore.google.com/detail/urql-devtools/mcfphkbpmkbeofnkjehahlmidmceblmm |
Beschrijving | The official Urql chrome extension |
Bestandsgrootte | 1.85 MB |
Aantal Installaties | 3,296 |
Huidige Versie | 2.6.2 |
Laatst Bijgewerkt | 2021-08-09 |
Publicatiedatum | 2020-05-21 |
Beoordeling | 5.00/5 Totaal 6 Beoordelingen |
Ontwikkelaar | urql-dev |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/FormidableLabs/urql-devtools |
Help Pagina-URL | https://github.com/FormidableLabs/urql-devtools/issues |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Urql Devtools", "description": "The official Urql chrome extension", "icons": { "16": "\/assets\/icon-16.png", "32": "\/assets\/icon-32.png", "48": "\/assets\/icon-48.png", "64": "\/assets\/icon-64.png", "128": "\/assets\/icon-128.png", "256": "\/assets\/icon-256.png", "512": "\/assets\/icon-512.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ " |