A Chrome extension that automatically extracts webpage content when sharing URLs with Claude, enabling deeper conversations and better analysis.
- Automatic Content Extraction: Website content will be automatically extracted (with Jina.ai Reader)
- Simple to Use: Just paste any URL into your Claude conversation
- Works Instantly: Content is automatically attached to your message
- Clean Formatting: Content comes through perfectly formatted for Claude
- Privacy Focused: All processing is secure and private
- Zero Setup: Works right after installation
- Install the extension from the Chrome Web Store
- Navigate to claude.ai
- Start sharing URLs in your conversations!
- Open a conversation with Claude
- Paste any URL into your message
- The extension automatically:
- Extracts the webpage content (using Jina.ai Reader)
- Attaches it to your message
- No extra steps needed
- Claude can now understand and discuss the complete webpage
- All content extraction is handled securely
- No content is stored or saved
- No tracking or analytics included
- No personal data is collected
The extension uses Jina.ai Reader to:
- Extract the important content from any webpage
- Keep the formatting clean and organized
- Attach it directly to your conversation
- Make sure Claude can understand everything perfectly
- Node.js (v16 or higher)
- npm or yarn
- Chrome browser
- Clone the repository
git clone https://github.com/sgasser/website-reader-for-claude.git
cd website-reader-for-claude
- Install dependencies
npm install
- Build the extension
npm run build
- Load the extension in Chrome:
- Open Chrome and navigate to
chrome://extensions/
- Enable "Developer mode"
- Click "Load unpacked"
- Select the
build
folder from the project
This project is licensed under the MIT License - see the LICENSE file for details.
- Uses Jina.ai Reader for website content extraction
- Sponsored by MailWizard - Your AI Email Assistant
- Created by Stefan Gasser
- Built for the amazing Claude community
Contributions are welcome! Please feel free to submit a Pull Request. For major changes, please open an issue first to discuss what you would like to change.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request