From c01978336167b539036b61ed58ff5302a4357245 Mon Sep 17 00:00:00 2001 From: arlo Date: Tue, 29 Oct 2024 22:37:18 +0800 Subject: [PATCH] docs: update extension URL --- README.md | 2 +- docs/.vitepress/components/UseModeList.vue | 4 ++-- docs/guide/browser-extension.md | 14 +++++++------- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index b92919af..3a2138f2 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ ## Getting Started -- [Chrome Extension](https://chromewebstore.google.com/detail/vuejs-devtools-beta/ljjemllljcmogpfapbkkighbhhppjdbg) +- [Chrome Extension](https://chromewebstore.google.com/detail/vuejs-devtools/nhdogjmejiglipccpnnnanhbledajbpd) - [Install as Vite plugin](https://devtools.vuejs.org/guide/vite-plugin) - [Standalone App](https://devtools.vuejs.org/guide/standalone) diff --git a/docs/.vitepress/components/UseModeList.vue b/docs/.vitepress/components/UseModeList.vue index cb5a2ab0..2335d41b 100644 --- a/docs/.vitepress/components/UseModeList.vue +++ b/docs/.vitepress/components/UseModeList.vue @@ -14,9 +14,9 @@ const list = [ link: '/guide/standalone', }, { - name: 'Chrome Extension (Beta)', + name: 'Chrome Extension', logo: '/features/chrome-logo.svg', - link: 'https://chromewebstore.google.com/detail/vuejs-devtools-beta/ljjemllljcmogpfapbkkighbhhppjdbg?utm_source=ext_sidebar', + link: 'https://chromewebstore.google.com/detail/vuejs-devtools/nhdogjmejiglipccpnnnanhbledajbpd?utm_source=ext_sidebar', blank: true, }, ] diff --git a/docs/guide/browser-extension.md b/docs/guide/browser-extension.md index 30591fa7..234fb29c 100644 --- a/docs/guide/browser-extension.md +++ b/docs/guide/browser-extension.md @@ -6,20 +6,20 @@ The v7 version of devtools only supports Vue3. If your application is still usin ## Chrome -The extension is in beta, remove or disable any existing versions and install the extension from [here](https://chromewebstore.google.com/detail/vuejs-devtools-beta/ljjemllljcmogpfapbkkighbhhppjdbg?utm_source=ext_sidebar). +Remove or disable any existing versions and install the extension from [here](https://chromewebstore.google.com/detail/vuejs-devtools/nhdogjmejiglipccpnnnanhbledajbpd?utm_source=ext_sidebar).
Chrome Extension

- Install Beta version on Chrome + Install on Chrome

@@ -28,24 +28,24 @@ The extension is in beta, remove or disable any existing versions and install th ...and other Chromium-based browsers. -This is the same as the Chrome extension, but you need to install it from the Chrome Web Store. You can install it from [here](https://chromewebstore.google.com/detail/vuejs-devtools-beta/ljjemllljcmogpfapbkkighbhhppjdbg?utm_source=ext_sidebar). +This is the same as the Chrome extension, but you need to install it from the Chrome Web Store. You can install it from [here](https://chromewebstore.google.com/detail/vuejs-devtools/nhdogjmejiglipccpnnnanhbledajbpd?utm_source=ext_sidebar).
Chrome Extension

- Install Beta version on Chromium-based browsers + Install on Chromium-based browsers

## Firefox -We'll launch on the Firefox App Store once v7.0 is stable. +We'll launch on the Firefox App Store once v7.x is stable.