fix: update extension link to Chrome Web Store

This commit is contained in:
2026-03-03 10:03:41 +00:00
parent 5b31171964
commit cb8d3d01ec

View File

@@ -56,7 +56,14 @@ onUnmounted(() => {
With the extension, you can capture and process content even when you're working in other apps. With the extension, you can capture and process content even when you're working in other apps.
</p> </p>
<div class="modal-actions"> <div class="modal-actions">
<a href="#" class="btn-neon" @click.prevent>Extension Coming Soon</a> <a
href="https://chromewebstore.google.com/detail/tools-app-extension/bhcpbmfncohogehbhebiffcgjcndnneg"
target="_blank"
rel="noopener noreferrer"
class="btn-neon"
>
Install Extension
</a>
</div> </div>
</div> </div>