Vueable Query
This extension creates a Dev Tool Panel to monitor performance metrics for Vue apps that use Tanstack Query for Vue.
Cos'è Vueable Query?
Vueable Query è un'estensione di Chrome sviluppata da Vueable Query, e la sua funzione principale è "This extension creates a Dev Tool Panel to monitor performance metrics for Vue apps that use Tanstack Query for Vue.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Vueable Query
Scarica i file di estensione Vueable Query in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
A dev tool for projects using Tanstack Query for Vue. It provides a separate panel within the Chrome dev tools that display metrics for queries. The top panel is a timeline showing the chronological order of queries made with Tanstack Query. The bottom panel displays the start time and any relevant cache hits for each Query Key. This is an open source product. Please visit our repository at https://github.com/oslabs-beta/Vueable-query for more information.
Informazioni di Base sull'Estensione
Nome | Vueable Query |
ID | dnhcogggodnfhnnfimapejbkkihmflaa |
URL Ufficiale | https://chromewebstore.google.com/detail/vueable-query/dnhcogggodnfhnnfimapejbkkihmflaa |
Descrizione | This extension creates a Dev Tool Panel to monitor performance metrics for Vue apps that use Tanstack Query for Vue. |
Dimensione del File | 87.83 KB |
Conteggio Installazioni | 41 |
Versione Corrente | 1.2.0 |
Ultimo Aggiornamento | 2023-08-05 |
Data di Pubblicazione | 2023-06-05 |
Valutazione | 5.00/5 Totale 7 Valutazioni |
Sviluppatore | Vueable Query |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.vueablequery.com/ |
URL della Pagina di Aiuto | https://github.com/oslabs-beta/Vueable-query |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Vueable Query", "version": "1.2.0", "description": "This extension creates a Dev Tool Panel to monitor performance metrics for Vue apps that use Tanstack Query for Vue.", "manifest_version": 3, "author": "Anna Duong, Brandon Yoon, Eric Tjon, & Esther Witbeck", "devtools_page": "devtools.html", "icons": { "128": "\/assets\/Vueable_Query_logo_128.png" }, "web_accessible_resources": [ { "resources": [ "script.js" ], "matches": [ " |