- ea00224: fix active tab in sidePanel
- 1b0ac8b: add i18n with jotai
- 26ba805: support open a modal when current tab is in fullscreen state
- 26ba805: 支持在全屏状态下打开一个模态框
- c40830f: add plugin system to integrate commands
- c40830f: 添加插件系统以集成命令
- upgrade text-search-engine to 1.4.2
- 升级 text-search-engine 到 1.4.2 版本
- 6ab84e8: feat: add debounce when change active tab
- 6ab84e8: 功能:切换活动标签页时添加防抖
- 487b209: Determine if chrome.tabGroups exists to adapt for 360 Browser
- 487b209: 检测 chrome.tabGroups 是否存在以适配 360 浏览器
- 50bb1b6: feat: add tabGroup title and color
- 50bb1b6: 功能:添加标签组标题和颜色
- 27d2199: support hybrid searching which include host and title
- 27d2199: 支持包含域名和标题的混合搜索
- 4598a09: optimize operation button styles
- 4598a09: 优化操作按钮样式
- 8c56975: only listen to keydown event when not in composition(typing chinese in pinyin)
- 8c56975: 仅在非输入法组合状态下监听键盘按下事件(使用拼音输入中文时)
- 977844c: add strictness coefficient to filter out results that are not highly relevant to the search value
- 977844c: 添加严格系数以过滤掉与搜索值相关度不高的结果
- efa9a0f: 优化中文输入法状态下通过拼音搜索
- efa9a0f: Optimize pinyin search under Chinese input method state
- 9df10bb: add operations for each item which includes query, delete, close and so on
- 9df10bb: 为每个项目添加操作,包括查询、删除、关闭等