A Chrome extension for Blinko that uses AI to automatically extract and summarize web content. Supports custom summary templates and can save content to a specified Blinko server.
Original Project: Blinko 🔗 Chrome Store
- 🤖 One-click web content extraction and summarization, save to Blinko
- 🎯 Customizable AI model and parameters
- 📝 Configurable summary prompt templates
- 🔗 Optional inclusion of source URLs
- ✂️ Right-click menu to send selected text to Blinko
- 📌️ Right-click to save web images to Blinko
- 📌 Quick note feature for instant thoughts capture
- 🏷️ Custom tags for summaries, selections, and images
- 💾 Temporary content storage to prevent loss on accidental closure
- 🎨 Modern UI design for smooth operation
- 🔔 Smart notification system for timely processing results
- 🎈 Floating ball for quick access (left-click to summarize, right-click to extract content)
- 🔍 Jina Reader integration for better content extraction
- 🖼️ Optional web image link preservation in extracted content
- Download the extension source code
- Open Chrome browser and go to extensions page (chrome://extensions/)
- Enable "Developer mode" in the top right
- Click "Load unpacked extension"
- Select the extension directory
Before first use, configure the following in the extension settings:
-
Blinko API Configuration 🎯
- API URL: Fill up to /v1 (e.g., https://your-domain/api/v1)
- Auth Key: Authentication key for accessing Blinko API
- One-click AI config: Click "Get AI Config from Blinko" to auto-fetch AI settings
-
AI Model Configuration 🤖
- Model URL: AI service API address (fill up to /v1)
- API Key: Key for accessing AI service
- Model Name: AI model to use (default: gpt-4o-mini)
- Temperature: Controls output randomness (default: 0.5)
- Click the extension icon on the page you want to summarize
- Click "Extract and Summarize Page Content"
- Wait for AI to generate summary
- Review and edit the summary content
- Click "Edit and Save" to send to target server
- You'll receive a system notification when summary is complete
- Click the extension icon
- Enter content in the quick note box
- Click "Send" to save to Blinko
- Select text on the webpage
- Right-click and choose "Send to Blinko Notes"
- Content will be automatically sent to target server
- Right-click on any web image
- Select "Save Image to Blinko"
- Image link will be saved in Markdown format
- Option to include original page link
Customize summary prompt template using {content}
as placeholder for web content. Default template provides structured summary format including:
- Title and topic overview
- Core content summary
- Key information extraction
- One-sentence summary
- Summary Tag: Default tag for page summaries (e.g., #web/summary)
- Selection Tag: Default tag for selected text (e.g., #web/excerpt)
- Image Tag: Default tag for saved images (e.g., #web/image)
Configure whether to include source URLs for page summaries, text selections, and image saves. When enabled, links are added in Markdown format.
- API Key: Optional Jina Reader API key for faster content extraction
- Save Image Links: Toggle whether to include image links in extracted content
- Extract Tag: Default tag for extracted content (e.g., #web/extract)
The floating ball provides quick access to core features:
- Left-click: Generate AI summary of current page
- Right-click: Extract clean content using Jina Reader
- Drag to reposition
- Different loading animations for different operations (green for summary, purple for extraction)
-
Cannot Extract Content 🚫
- Ensure page is fully loaded
- Check for necessary permissions
- Look for errors in console
-
AI Service Not Responding 🤖
- Verify API key is correct
- Check model URL accessibility
- Confirm API usage limits
-
Save Failed ❌
- Confirm target URL is correct
- Verify auth key is valid
- Check network connection
- ✨ Added Jina Reader integration for better content extraction
- 🎈 Enhanced floating ball with dual functions (left-click summary, right-click extract)
- 🎨 Added distinct loading animations for different operations
- 🖼️ Added option to preserve web image links in extracted content
- 🏷️ Added customizable tag for extracted content
- ✨ Added right-click save web images feature
- 🔔 Enhanced notification system for summary completion
- 💾 Improved content persistence storage
- 🎨 Enhanced UI interaction experience
- 🛠️ Fixed summary content save and cancel functionality
- 🐛 Fixed multiple stability issues
- ✨ Optimized URL configuration, now only need to fill up to /v1
- 🔄 Added support for auto-fetching AI config from Blinko
- 🎨 Improved settings interface prompts
- 🛠️ Optimized URL handling logic
- 🐛 Enhanced configuration process UX
- 🎈 Added floating ball feature for one-click web summary upload
- ✨ Added quick note feature
- 🔄 Optimized temporary content storage
- 🎨 New modern UI design
- 🏷️ Added custom tag support
- 🐛 Fixed multiple known issues
- 🚀 Initial release
- 📄 Web content summarization
- ✂️ Text selection save
- ⚙️ Custom settings support