Skip to content

Commit

Permalink
docs: update extension URL (#649)
Browse files Browse the repository at this point in the history
  • Loading branch information
webfansplz authored Oct 30, 2024
1 parent a727c8a commit 5ed4e30
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
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.

0 comments on commit 5ed4e30

Please sign in to comment.