功能: - 右键菜单扩展(收藏、总结、深度研究) - 智能页面内容提取(文本+图片) - 收藏管理界面 - AI总结与深度研究 - 支持自定义API配置(OpenAI/Ollama) 技术: - Chrome Extension Manifest V3 - Service Worker后台脚本 - Content Script内容提取 - 智能文章主体识别 - 本地Storage收藏存储 图标已生成,可替换为更好设计
10 lines
534 B
XML
10 lines
534 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128" width="128" height="128">
|
|
<defs>
|
|
<linearGradient id="grad" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" style="stop-color:#667eea;stop-opacity:1" />
|
|
<stop offset="100%" style="stop-color:#764ba2;stop-opacity:1" />
|
|
</linearGradient>
|
|
</defs>
|
|
<rect fill="url(#grad)" width="128" height="128" rx="24"/>
|
|
<text x="64" y="90" text-anchor="middle" fill="white" font-family="Arial, sans-serif" font-size="72" font-weight="bold">W</text>
|
|
</svg> |