Skip to content

Commit a94dad7

Browse files
authoredDec 27, 2024··
update readme
1 parent 0373d96 commit a94dad7

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed
 

‎README.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,17 @@
22
A browser extension that enhances Frida CodeShare by enabling easy copying and downloading of code snippets as you browse.
33

44
## Installation
5-
Download the correct browser extension package in the [release page](https://github.com/aancw/codeshare-helper/releases)
5+
1. **Download** the latest `codeshare-ext.zip` from the [Releases](https://github.com/aancw/codeshare-helper/releases) page.
6+
2. **Open your browser:**
7+
- **Chrome/Chromium**: Go to `chrome://extensions/`
8+
- **Firefox**: Go to `about:debugging`
9+
3. **Enable Developer Mode**:
10+
- **Chrome/Chromium**: Toggle "Developer mode" on.
11+
- **Firefox**: Click "This Firefox".
12+
4. **Load the extension**:
13+
- **Chrome/Chromium**: Click "Load unpacked" and select the extracted folder from the `.zip` file.
14+
- **Firefox**: Click "Load Temporary Add-on" and choose `manifest.json` from the extracted folder.
15+
5. **Visit Frida CodeShare** and test the extension.
16+
17+
## License
18+
This project is licensed under the **MIT License** - see the [LICENSE](LICENSE) file for details.

0 commit comments

Comments
 (0)
Please sign in to comment.