mirror of
https://github.com/Zetaphor/browser-recall.git
synced 2025-12-06 02:19:37 +00:00
Add extension info to readme
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -3,3 +3,4 @@ logs/
|
|||||||
*.db
|
*.db
|
||||||
*.db-shm
|
*.db-shm
|
||||||
*.db-wal
|
*.db-wal
|
||||||
|
.amo-upload-uuid
|
||||||
@@ -55,6 +55,15 @@ pip install -r requirements.txt
|
|||||||
```
|
```
|
||||||
|
|
||||||
4. Install the browser extension:
|
4. Install the browser extension:
|
||||||
|
|
||||||
|
Option A - Install from signed XPI file:
|
||||||
|
- Download the latest `.xpi` file from the releases page
|
||||||
|
- In Firefox, go to `about:addons`
|
||||||
|
- Click the gear icon and select "Install Add-on From File"
|
||||||
|
- Select the downloaded `.xpi` file
|
||||||
|
- Click "Add" when prompted
|
||||||
|
|
||||||
|
Option B - Install temporarily for development:
|
||||||
- Open Firefox
|
- Open Firefox
|
||||||
- Navigate to `about:debugging`
|
- Navigate to `about:debugging`
|
||||||
- Click "This Firefox"
|
- Click "This Firefox"
|
||||||
|
|||||||
Reference in New Issue
Block a user