Skip to content

Commit d1accd5

Browse files
authored
Merge pull request #25 from arnabnandy7/docs/browserExtensionLinked
docs: add approved browser extension links
2 parents 65b0b71 + 38e5321 commit d1accd5

4 files changed

Lines changed: 24 additions & 4 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,14 @@ Paste, upload, fetch, or import cURL
4040
- Accessible labels, controls, result table, and status messages
4141
- Vitest, React Testing Library, route, utility, and type-contract tests
4242

43+
## Browser Extensions
44+
45+
API Response Comparator is also available as a browser extension:
46+
47+
- [Firefox Add-ons](https://addons.mozilla.org/en-US/firefox/addon/api-response-comparator/)
48+
- [Chrome Web Store](https://chromewebstore.google.com/detail/api-response-comparator/fklnkeifmldmabcnncchkfnkgdbmjgen)
49+
- [Microsoft Edge Add-ons](https://microsoftedge.microsoft.com/addons/detail/api-response-comparator/lagllcliimlaodacbjgliehjnfmffhjb)
50+
4351
## Tech Stack
4452

4553
- Next.js 16

browser-extension/chrome/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
This is the Chrome-first browser extension version of API Response Comparator.
44
It is intentionally kept separate from the Next.js app and has no build step.
55

6+
## Install
7+
8+
Install API Response Comparator from the
9+
[Chrome Web Store](https://chromewebstore.google.com/detail/api-response-comparator/fklnkeifmldmabcnncchkfnkgdbmjgen).
10+
611
## Load Locally
712

813
1. Open `chrome://extensions`.
@@ -37,5 +42,3 @@ It is intentionally kept separate from the Next.js app and has no build step.
3742
filtered before fetch.
3843
- The Excel export is an Excel-compatible `.xls` table so the extension can stay
3944
dependency-free and load unpacked without a build step.
40-
- Firefox, Edge, and other browser variants can be added under sibling folders
41-
once the Chrome behavior is settled.

browser-extension/edge/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
This is the Microsoft Edge extension version of API Response Comparator.
44
It is kept separate from the Next.js app and has no build step.
55

6+
## Install
7+
8+
Install API Response Comparator from
9+
[Microsoft Edge Add-ons](https://microsoftedge.microsoft.com/addons/detail/api-response-comparator/lagllcliimlaodacbjgliehjnfmffhjb).
10+
611
## Load Locally
712

813
1. Open `edge://extensions`.

browser-extension/firefox/README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,18 @@ This is the Firefox browser extension version of API Response Comparator.
44
It is kept separate from the Next.js app and can be loaded without a build step.
55
The manifest is configured for Firefox desktop and Firefox for Android.
66

7+
## Install
8+
9+
Install API Response Comparator from
10+
[Firefox Add-ons](https://addons.mozilla.org/en-US/firefox/addon/api-response-comparator/).
11+
712
## Load Temporarily
813

914
1. Open `about:debugging#/runtime/this-firefox`.
1015
2. Click **Load Temporary Add-on...**.
1116
3. Select `browser-extension/firefox/manifest.json`.
1217

13-
Temporary add-ons are removed when Firefox restarts. For regular distribution,
14-
package this folder and submit it through Mozilla Add-ons.
18+
Temporary add-ons are removed when Firefox restarts.
1519

1620
## Current Scope
1721

0 commit comments

Comments
 (0)