Vueable Query
This extension creates a Dev Tool Panel to monitor performance metrics for Vue apps that use Tanstack Query for Vue.
Vueable Queryとは何ですか?
Vueable QueryはVueable Queryによって開発されたChromeの拡張機能で、その主な機能は「This extension creates a Dev Tool Panel to monitor performance metrics for Vue apps that use Tanstack Query for Vue.」です。
拡張機能のスクリーンショット
Vueable Query拡張機能のCRXファイルをダウンロード
Vueable Query拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Vueable Query |
ID | dnhcogggodnfhnnfimapejbkkihmflaa |
公式URL | https://chromewebstore.google.com/detail/vueable-query/dnhcogggodnfhnnfimapejbkkihmflaa |
説明 | This extension creates a Dev Tool Panel to monitor performance metrics for Vue apps that use Tanstack Query for Vue. |
ファイルサイズ | 87.83 KB |
インストール数 | 41 |
現在のバージョン | 1.2.0 |
最終更新日 | 2023-08-05 |
公開日 | 2023-06-05 |
評価 | 5.00/5 合計 7 レビュー |
開発者 | Vueable Query |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.vueablequery.com/ |
ヘルプページのURL | https://github.com/oslabs-beta/Vueable-query |
対応言語 | 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": [ " |