https://github.com/rbren/claude-chrome-extension
https://github.com/rbren/claude-chrome-extension
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rbren/claude-chrome-extension
- Owner: rbren
- Created: 2025-01-05T21:24:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-06T15:57:49.000Z (over 1 year ago)
- Last Synced: 2025-01-16T15:43:33.306Z (over 1 year ago)
- Language: JavaScript
- Size: 7.19 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Claude Chrome Extension
A Chrome extension that allows you to send text to Claude AI and execute the returned JavaScript on any webpage.
## Installation Instructions
1. Download this repository (Code > Download ZIP) and unzip it, or clone it:
```bash
git clone https://github.com/rbren/claude-chrome-extension.git
```
2. Open Chrome and go to `chrome://extensions/`
3. Enable "Developer mode" in the top right corner
4. Click "Load unpacked" and select the extension directory
## Usage
1. Click the extension icon in your Chrome toolbar
2. Enter your Claude API key (you only need to do this once)
3. Type your instructions in the text box
4. Click "Generate and Execute JavaScript"
The extension will send your instructions to Claude, receive JavaScript code in response, and execute it on the current webpage.