• OneClickDigest : Article Summarizer for Chrome / Brave •
A browser extension that summarizes web articles with one click using your Claude API key.
🔑 Your API key is stored locally on your device and never sent anywhere except directly to Anthropic.
Download the latest ZIP from Releases and unzip it.
Chrome:
- Open
chrome://extensions - Enable Developer mode (top right)
- Click Load unpacked
- Select the
dist/folder
Brave:
- Open
brave://extensions - Enable Developer mode
- Click Load unpacked
- Select the
dist/folder
- Go to Anthropic Console
- Create an account or sign in
- Open API keys from the left menu
- Create a new key and save it securely
Note: API usage may require billing setup. Never share your API key publicly.
- Click the OneClickDigest icon in the toolbar
- Click the gear icon to open Settings
- Paste your API key and click Save
- Open an article page you want to summarize
- Click the OneClickDigest icon
- Choose a summary mode (3 / 5 / 10 bullets or With Conclusion)
- Click Copy to copy the summary to your clipboard
| Feature | Description |
|---|---|
| 4 Summary Modes | 3, 5, or 10 bullet points, or summary with conclusion |
| Cost Estimation | Shows character count, tokens, estimated cost, and time before running |
| Long Article Support | Automatic chunked map-reduce summarization for lengthy content |
| Multi-language | Output language can be set independently from UI language |
| Progress & Cancel | Progress indicator with cancel option during summarization |
The extractor couldn't find article content. This happens on dashboards, feeds, or dynamic pages. Try scrolling to load all content, then retry.
- Wait and retry
- Check your API key and billing status at Anthropic Console
- Switch to a shorter summary mode to reduce cost and latency
- Verify the extension is enabled
- Some pages (Chrome Web Store, browser internal pages) don't allow extensions
When summarizing, the extension sends to the Claude API:
- Page title
- Page URL
- Extracted article text
Your API key is stored locally and only sent to Anthropic for API calls. Do not use on content you don't want sent to a third-party API.
git clone https://github.com/your-repo/one-click-digest.git
cd one-click-digest
npm install
npm run build
npm testLoad the dist/ folder in your browser.
The settings page offers additional configuration:
- Models for map / reduce / repair passes
- Prompt caching (TTL)
- Cost limits and extraction limits
This extension is provided "as is" without warranty of any kind. By using this extension, you acknowledge and agree that:
- API Costs: You are solely responsible for any charges incurred through the Anthropic API. Monitor your usage and set appropriate limits in the Anthropic Console.
- Data Transmission: Article content is sent to Anthropic's servers for processing. Do not use this extension on confidential or sensitive content.
- Accuracy: Summaries are AI-generated and may contain errors or omissions. Always verify important information from the original source.
- Availability: This extension depends on third-party services that may change or become unavailable without notice.
The developers are not liable for any damages, costs, or losses arising from the use of this extension.
MIT License - See LICENSE
Third-party components (e.g., Mozilla Readability) are listed in THIRD_PARTY_NOTICES.md