From 9c6d3e37d46a61f18df575f6942d972f2fa6a97b Mon Sep 17 00:00:00 2001 From: Joseph Hu <77279081+KiJO94GO@users.noreply.github.com> Date: Tue, 17 Mar 2026 21:00:23 +0800 Subject: [PATCH] docs: Add Extension Rank Checker to the list of extensions (#2193) Co-authored-by: Aaron --- 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 a6731b11..40bc082a 100644 --- a/docs/.vitepress/components/UsingWxtSection.vue +++ b/docs/.vitepress/components/UsingWxtSection.vue @@ -122,6 +122,7 @@ const chromeExtensionIds = [ 'bhgobenflkkhfcgkikejaaejenoddcmo', // Scrape Similar - Extract data from websites into spreadsheets - https://github.com/zizzfizzix/scrape-similar 'kinlknncggaihnhdcalijdmpbhbflalm', // isTrust - https://github.com/Internet-Society-Belgium/isTrust/ 'ojpakgiekphppgkcdihbjpafobhnhlkp', // Dymo + 'pmgehhllikbjmadpenhabejhpemplhmd', // Extension Rank Checker - Extension Ranker ]; const { data, err, isLoading } = useListExtensionDetails(chromeExtensionIds);