From 57a927a9c8e24e3a634c69c3653af422f0271c8e Mon Sep 17 00:00:00 2001 From: Burak Unver <43881727+brkunver@users.noreply.github.com> Date: Sun, 5 Oct 2025 15:29:22 +0300 Subject: [PATCH] docs: Added "ChatGPT Token Counter" to the homepage docs: Added "ChatGPT Token Counter" to the homepage --- 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 81dbf3818..e1e6b359d 100644 --- a/docs/.vitepress/components/UsingWxtSection.vue +++ b/docs/.vitepress/components/UsingWxtSection.vue @@ -102,6 +102,7 @@ const chromeExtensionIds = [ 'ehmoihnjgkdimihkhokkmfjdgomohjgm', // Filmbudd Pro - Simple, private – and synced ratings and watch notes across all your devices 'alglchohmdikgdjhafiicilegegieafa', // MultiField CopyCat - Copy, Paste & Autofill Web Forms Instantly 'aamihahiiogceidpbnfgehacgiecephe', // ChatSight - Add Table of Contents to ChatGPT + 'fjlalaedpfcojcfpkgkglbjjbbkofgnl', // ChatGPT Token Counter - Count tokens in real time on chatgpt conversation ]; const { data, err, isLoading } = useListExtensionDetails(chromeExtensionIds);