Skip to content

Commit

Permalink
docs: update browser extension guide
Browse files Browse the repository at this point in the history
  • Loading branch information
pivanov committed Mar 5, 2025
1 parent e8e07e2 commit 40cf0cb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
8 changes: 4 additions & 4 deletions BROWSER_EXTENSION_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,26 @@
## Chrome

1. Download the [`chrome-extension-v1.0.5.zip`](https://github.com/aidenybai/react-scan/tree/main/packages/extension/build) file.
1. Download the [`chrome-extension-v1.0.7.zip`](https://github.com/aidenybai/react-scan/tree/main/packages/extension/build) file.
2. Unzip the file.
3. Open Chrome and navigate to `chrome://extensions/`.
4. Enable "Developer mode" if it is not already enabled.
5. Click "Load unpacked" and select the unzipped folder (or drag the folder into the page).

## Firefox

1. Download the [`firefox-extension-v1.0.5.zip`](https://github.com/aidenybai/react-scan/tree/main/packages/extension/build) file.
1. Download the [`firefox-extension-v1.0.7.zip`](https://github.com/aidenybai/react-scan/tree/main/packages/extension/build) file.
2. Unzip the file.
3. Open Firefox and navigate to `about:debugging#/runtime/this-firefox`.
4. Click "Load Temporary Add-on..."
5. Select `manifest.json` from the unzipped folder

## Brave

1. Download the [`brave-extension-v1.0.5.zip`](https://github.com/aidenybai/react-scan/tree/main/packages/extension/build) file.
1. Download the [`brave-extension-v1.0.7.zip`](https://github.com/aidenybai/react-scan/tree/main/packages/extension/build) file.
2. Unzip the file.
3. Open Brave and navigate to `brave://extensions`.
4. Click "Load unpacked" and select the unzipped folder (or drag the folder into the page).

> [!NOTE]
> The React Scan browser extension currently uses `react-scan@0.0.55`
> The React Scan browser extension currently uses `react-scan@0.2.9`
6 changes: 1 addition & 5 deletions packages/website/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,9 @@ export default function RootLayout({
<meta name="author" content="Aiden Bai" />
<meta name="theme-color" content="#8b5cf6" />
<link rel="canonical" href="https://react-scan.million.dev" />
{/* <Script
strategy="beforeInteractive"
src="https://unpkg.com/react-scan/dist/auto.global.js"
/> */}
<Script
strategy="beforeInteractive"
src="https://127.0.0.1:4000/auto.global.js"
src="https://unpkg.com/react-scan/dist/auto.global.js"
/>
</head>
<body
Expand Down

0 comments on commit 40cf0cb

Please sign in to comment.