From 38e5321ff22c7c04cfbad5acb487f6e1609a7b32 Mon Sep 17 00:00:00 2001 From: Arnab Nandy Date: Wed, 8 Jul 2026 11:35:42 +0530 Subject: [PATCH] docs: add approved browser extension links Document the approved Firefox Add-ons, Chrome Web Store, and Microsoft Edge Add-ons listings in the root README and per-browser extension READMEs. Remove stale Chrome README wording that described Firefox and Edge variants as future work now that those extension packages are documented and published. Signed-off-by: Arnab Nandy --- README.md | 8 ++++++++ browser-extension/chrome/README.md | 7 +++++-- browser-extension/edge/README.md | 5 +++++ browser-extension/firefox/README.md | 8 ++++++-- 4 files changed, 24 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 83dfa28..29e6d53 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,14 @@ Paste, upload, fetch, or import cURL - Accessible labels, controls, result table, and status messages - Vitest, React Testing Library, route, utility, and type-contract tests +## Browser Extensions + +API Response Comparator is also available as a browser extension: + +- [Firefox Add-ons](https://addons.mozilla.org/en-US/firefox/addon/api-response-comparator/) +- [Chrome Web Store](https://chromewebstore.google.com/detail/api-response-comparator/fklnkeifmldmabcnncchkfnkgdbmjgen) +- [Microsoft Edge Add-ons](https://microsoftedge.microsoft.com/addons/detail/api-response-comparator/lagllcliimlaodacbjgliehjnfmffhjb) + ## Tech Stack - Next.js 16 diff --git a/browser-extension/chrome/README.md b/browser-extension/chrome/README.md index a741ba3..c6e8aad 100644 --- a/browser-extension/chrome/README.md +++ b/browser-extension/chrome/README.md @@ -3,6 +3,11 @@ This is the Chrome-first browser extension version of API Response Comparator. It is intentionally kept separate from the Next.js app and has no build step. +## Install + +Install API Response Comparator from the +[Chrome Web Store](https://chromewebstore.google.com/detail/api-response-comparator/fklnkeifmldmabcnncchkfnkgdbmjgen). + ## Load Locally 1. Open `chrome://extensions`. @@ -37,5 +42,3 @@ It is intentionally kept separate from the Next.js app and has no build step. filtered before fetch. - The Excel export is an Excel-compatible `.xls` table so the extension can stay dependency-free and load unpacked without a build step. -- Firefox, Edge, and other browser variants can be added under sibling folders - once the Chrome behavior is settled. diff --git a/browser-extension/edge/README.md b/browser-extension/edge/README.md index e42f13a..a01f69e 100644 --- a/browser-extension/edge/README.md +++ b/browser-extension/edge/README.md @@ -3,6 +3,11 @@ This is the Microsoft Edge extension version of API Response Comparator. It is kept separate from the Next.js app and has no build step. +## Install + +Install API Response Comparator from +[Microsoft Edge Add-ons](https://microsoftedge.microsoft.com/addons/detail/api-response-comparator/lagllcliimlaodacbjgliehjnfmffhjb). + ## Load Locally 1. Open `edge://extensions`. diff --git a/browser-extension/firefox/README.md b/browser-extension/firefox/README.md index db0c09a..cc025db 100644 --- a/browser-extension/firefox/README.md +++ b/browser-extension/firefox/README.md @@ -4,14 +4,18 @@ This is the Firefox browser extension version of API Response Comparator. It is kept separate from the Next.js app and can be loaded without a build step. The manifest is configured for Firefox desktop and Firefox for Android. +## Install + +Install API Response Comparator from +[Firefox Add-ons](https://addons.mozilla.org/en-US/firefox/addon/api-response-comparator/). + ## Load Temporarily 1. Open `about:debugging#/runtime/this-firefox`. 2. Click **Load Temporary Add-on...**. 3. Select `browser-extension/firefox/manifest.json`. -Temporary add-ons are removed when Firefox restarts. For regular distribution, -package this folder and submit it through Mozilla Add-ons. +Temporary add-ons are removed when Firefox restarts. ## Current Scope