Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
4 changes: 2 additions & 2 deletions docs/.vitepress/components/UseModeList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
]
Expand Down
14 changes: 7 additions & 7 deletions docs/guide/browser-extension.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

<div
class="w-83 group cursor-pointer list-none rounded pr-5 hover:b-$vp-c-brand-1"
border="~ solid base" flex="~ flex-row items-center"
>
<a
href="https://chromewebstore.google.com/detail/vuejs-devtools-beta/ljjemllljcmogpfapbkkighbhhppjdbg?utm_source=ext_sidebar"
href="https://chromewebstore.google.com/detail/vuejs-devtools/nhdogjmejiglipccpnnnanhbledajbpd?utm_source=ext_sidebar"
class="group text-! h-full w-full flex cursor-pointer list-none items-center rounded pr-5 hover:b-$vp-c-brand-1 text-$vp-c-text-1! decoration-none!"
target="_blank"
>
<img src="/features/chrome-logo.svg" alt="Chrome Extension" class="mx-2 h-10">
<p class="group-hover:text-$vp-c-brand-1">
Install Beta version on Chrome
Install on Chrome
</p>
</a>
</div>
Expand All @@ -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).

<div
class="w-123 group cursor-pointer list-none rounded pr-5 hover:b-$vp-c-brand-1"
border="~ solid base" flex="~ flex-row items-center"
>
<a
href="https://chromewebstore.google.com/detail/vuejs-devtools-beta/ljjemllljcmogpfapbkkighbhhppjdbg?utm_source=ext_sidebar"
href="https://chromewebstore.google.com/detail/vuejs-devtools/nhdogjmejiglipccpnnnanhbledajbpd?utm_source=ext_sidebar"
class="group text-! h-full w-full flex cursor-pointer list-none items-center rounded pr-5 hover:b-$vp-c-brand-1 text-$vp-c-text-1! decoration-none!"
target="_blank"
>
<img src="/features/chromium-logo.svg" alt="Chrome Extension" class="mx-2 h-10">
<p class="group-hover:text-$vp-c-brand-1">
Install Beta version on Chromium-based browsers
Install on Chromium-based browsers
</p>
</a>
</div>

## 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.