From 57439addd72941ca67b490304eef0134f6aded55 Mon Sep 17 00:00:00 2001 From: Snow Date: Thu, 21 Aug 2025 11:03:31 -0700 Subject: [PATCH] Update UsingWxtSection.vue Added Extension built with wxt - MultiField CopyCat --- docs/.vitepress/components/UsingWxtSection.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/.vitepress/components/UsingWxtSection.vue b/docs/.vitepress/components/UsingWxtSection.vue index 6a34d1830..0581ca226 100644 --- a/docs/.vitepress/components/UsingWxtSection.vue +++ b/docs/.vitepress/components/UsingWxtSection.vue @@ -98,6 +98,7 @@ const chromeExtensionIds = [ 'kacblhilkacgfnkjfodalohcnllcgmjd', // Add QR Code Generator Icon Back To Address Bar 'fkbdlogfdjmpfepbbbjcgcfbgbcfcnne', // Piwik PRO Tracking Helper 'nkbikckldmljjiiajklecmgmajgapbfl', // PIPX - Take Control of Picture-in-Picture, Automatically + 'alglchohmdikgdjhafiicilegegieafa', // MultiField CopyCat - Copy, Paste & Autofill Web Forms Instantly ]; const { data, err, isLoading } = useListExtensionDetails(chromeExtensionIds);