readmd/icons/icon48.svg
ddshi c158ff28bd feat: 初始化ReadMD Chrome扩展项目
- 实现网页内容提取并导出为Markdown文件
- 支持自动识别和手动选择区域两种提取模式
- 使用Mozilla Readability算法提取页面主要内容
- 使用Turndown将HTML转换为Markdown
- React + Vite + TypeScript 技术栈
- 支持图片URL保留、复制到剪贴板、直接下载

Co-Authored-By: Claude <noreply@anthropic.com>
2026-01-23 14:36:51 +08:00

9 lines
583 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" fill="none">
<rect width="48" height="48" rx="8" fill="#22C55E"/>
<path d="M34 10H14a4 4 0 0 0-4 4v20a4 4 0 0 0 4 4h20a4 4 0 0 0 4-4V14l-10-10z" fill="white"/>
<path d="M22 14l7 7-7 7" stroke="#22C55E" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M26 21h10" stroke="#22C55E" stroke-width="2" stroke-linecap="round"/>
<path d="M26 26h10" stroke="#22C55E" stroke-width="2" stroke-linecap="round"/>
<path d="M26 31h6" stroke="#22C55E" stroke-width="2" stroke-linecap="round"/>
</svg>