雨霖铃
19b7ab141a
feat(extension): 添加调试器功能并优化界面布局
...
- 集成 Chrome 调试器 API 支持 attach/detach 功能
- 新增 tabUtils 工具模块用于获取活动标签页 ID
- 在背景脚本中添加标签页激活和更新事件监听
- 使用 Material-UI 容器和堆叠组件重构页面布局
- 移除 Chromium 启动参数中的自动打开开发者工具选项
- 更新权限配置添加调试器相关权限
- 在测试页面添加多个调试功能按钮和状态管理
2026-02-15 01:35:23 +08:00
雨霖铃
50034331bc
refactor: 统一扩展消息机制并优化组件结构
...
1、统一消息系统:将 background、content 和 popup 的通信方式从原生的 chrome.runtime 迁移至 @webext-core/messaging,修复了消息回调返回 undefined 的问题。
2、优化组件结构:将通用组件从 entrypoints/popup/components 迁移至根目录 components,并使用 MUI 重构了 Navbar。
3、同步更新:调整了录制工具 (useRecorder) 和各页面组件(RecordeReplayPage, TestPage等),以适配新的消息协议和组件路径。
2026-02-13 20:38:15 +08:00
雨霖铃
22985f4c18
feat:添加测试页面并优化时间戳工具
...
refactor: 优化时间戳转换组件及整体代码结构
chore: 更新构建配置和包依赖项
2026-02-13 17:29:01 +08:00
雨霖铃
a93a8b3e9a
refactor:优化时间戳工具,优化CopyButton
2026-02-12 21:26:41 +08:00
雨霖铃
a94ae7421e
feat:
...
1、并发进行脚本注入
2、完善过滤逻辑
2026-02-07 00:31:41 +08:00
雨霖铃
2c0df95104
feat: 添加录制功能,优化消息处理,修复拼写错误,更新下载逻辑
2026-02-04 23:29:42 +08:00
雨霖铃
e6f41032c8
feat: 重构录制逻辑,添加错误处理,更新消息常量,使用 terser 进行构建压缩
2026-02-03 23:42:28 +08:00
雨霖铃
37f8ef9c2b
feat: 优化消息处理逻辑,添加录制开始和停止的消息处理,删除未使用的 chromeUtils 文件
2026-02-02 22:57:01 +08:00
雨霖铃
0b70c0c0c1
feat:
...
1、移动popup的page、components
2、更新wxt的host权限
3、验证message传递逻辑
2026-02-01 00:21:36 +08:00
雨霖铃
4213e70697
feat: update package.json to remove lint-staged, add eslint configuration and dependencies
...
feat: add state management for recording in RecordeReplayPage component
refactor: remove bridge and storage services as they are no longer needed
chore: update tsconfig.json for improved type checking and module resolution
fix: update downloadHtml function to use eventWithTime type and improve formatting
fix: add error logging in formatWithZone function for better debugging
2026-01-31 18:00:01 +08:00
雨霖铃
88a612f9cf
feat: 更新背景脚本和内容脚本,添加录制控制消息处理,优化录制状态检查逻辑,新增消息常量
2026-01-30 23:08:49 +08:00
雨霖铃
0ff33cbeb3
feat: 添加离屏文档创建和下载功能,优化录制逻辑
2026-01-29 19:35:55 +08:00
雨霖铃
710bffd2f8
feat: 添加 husky 和 lint-staged 支持,配置 prettier 进行代码格式化
2026-01-28 20:26:48 +08:00
雨霖铃
b33194bd2d
更换使用wxt框架搭建testing tool
2026-01-27 23:09:57 +08:00