Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aancw/codeshare-helper
A browser extension that enhances Frida CodeShare by enabling easy copying and downloading of code snippets as you browse.
https://github.com/aancw/codeshare-helper
Last synced: 6 days ago
JSON representation
A browser extension that enhances Frida CodeShare by enabling easy copying and downloading of code snippets as you browse.
- Host: GitHub
- URL: https://github.com/aancw/codeshare-helper
- Owner: aancw
- License: mit
- Created: 2024-12-26T13:30:21.000Z (10 days ago)
- Default Branch: main
- Last Pushed: 2024-12-26T13:43:06.000Z (10 days ago)
- Last Synced: 2024-12-26T14:28:23.316Z (10 days ago)
- Language: JavaScript
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# codeshare-helper
A browser extension that enhances Frida CodeShare by enabling easy copying and downloading of code snippets as you browse.## Installation
1. **Download** the latest `codeshare-ext.zip` from the [Releases](https://github.com/aancw/codeshare-helper/releases) page.
2. **Open your browser:**
- **Chrome/Chromium**: Go to `chrome://extensions/`
- **Firefox**: Go to `about:debugging`
3. **Enable Developer Mode**:
- **Chrome/Chromium**: Toggle "Developer mode" on.
- **Firefox**: Click "This Firefox".
4. **Load the extension**:
- **Chrome/Chromium**: Click "Load unpacked" and select the extracted folder from the `.zip` file.
- **Firefox**: Click "Load Temporary Add-on" and choose `manifest.json` from the extracted folder.
5. **Visit Frida CodeShare** and test the extension.## License
This project is licensed under the **MIT License** - see the [LICENSE](LICENSE) file for details.