7 Commits

Author SHA1 Message Date
empty
75570363ef feat(browser-extension): Implement ZIP download and content handling features
- Implemented , , and  helper functions.
- Added comprehensive ZIP download functionality, including image extraction and URL handling.
- Fixed a syntax error in  function (missing quote).
- These changes enhance the extension's ability to process and export web content.
2025-12-03 22:41:32 +08:00
empty
6b73565918 fix: content script truncation error and mac shortcut issue
- Fixed truncated content.js file causing syntax error and missing logic
- Updated manifest.json to use Command+Shift+X for Mac shortcut
- Updated documentation
2025-12-03 22:11:57 +08:00
empty
2ab8ba9c3c feat: add smart element selection mode with shortcut support
- Added background script for handling global shortcuts (Alt+Shift+X)
- Implemented element highlighting and click-to-extract in content script
- Updated manifest to include background worker and commands
- Updated documentation with new feature usage
- Added GEMINI.md project context
2025-12-03 17:20:26 +08:00
empty
6059865523 refactor: 重组目录结构
- src/ 存放源代码
- docs/ 存放文档
- scripts/ 存放工具脚本
- 移除临时文件
2025-12-03 17:06:53 +08:00
empty
130d280d7a docs: 添加离线安装说明和 SVG 图标 2025-12-03 16:53:28 +08:00
empty
b1300acb78 chore: 添加 .gitignore, LICENSE, README.md 2025-12-03 16:47:13 +08:00
empty
b1d9f2c518 feat: 添加 LLM Content Extractor 浏览器扩展
- 支持框选区域提取网页内容
- 支持整页内容提取
- 输出格式:Markdown/JSON/XML
- 自动复制到剪贴板
2025-12-03 16:44:03 +08:00