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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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": [ " |