Skip to content

Commit 22b47e8

Browse files
docs: add chromium-based browser extension install guide [ci skip] (#481)
1 parent a54f7a0 commit 22b47e8

File tree

2 files changed

+51
-0
lines changed

2 files changed

+51
-0
lines changed

docs/guide/browser-extension.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,28 @@ The extension is in beta, remove or disable any existing versions and install th
2424
</a>
2525
</div>
2626

27+
## Edge (Arc/Brave)
28+
29+
...and other Chromium-based browsers.
30+
31+
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).
32+
33+
<div
34+
class="w-123 group cursor-pointer list-none rounded pr-5 hover:b-$vp-c-brand-1"
35+
border="~ solid base" flex="~ flex-row items-center"
36+
>
37+
<a
38+
href="https://chromewebstore.google.com/detail/vuejs-devtools-beta/ljjemllljcmogpfapbkkighbhhppjdbg?utm_source=ext_sidebar"
39+
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!"
40+
target="_blank"
41+
>
42+
<img src="/features/chromium-logo.svg" alt="Chrome Extension" class="mx-2 h-10">
43+
<p class="group-hover:text-$vp-c-brand-1">
44+
Install Beta version on Chromium-based browsers
45+
</p>
46+
</a>
47+
</div>
48+
2749
## Firefox
2850

2951
We'll launch on the Firefox App Store once v7.0 is stable.
Lines changed: 29 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)