Skip to content

Commit bb5377c

Browse files
tests: fix
1 parent c9d87ca commit bb5377c

File tree

2 files changed

+13
-16
lines changed

2 files changed

+13
-16
lines changed

docs/store_description.md

Lines changed: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,26 @@ Take full control of your browser tabs with Tabee! Rename, organize, and customi
2020
- Enforce unique tabs (auto-close duplicates)
2121
- Mute noisy tabs
2222

23-
🍯 Tab Hive - Auto-Close Inactive Tabs (NEW!)
23+
🍯 Tab Hive - Auto-Close Inactive Tabs
2424
- Automatically close tabs after period of inactivity
2525
- Save closed tabs for easy restoration
2626
- Search and restore from the side panel
2727
- Grouped by domain for better organization
2828

29-
🌐 Side Panel Integration (NEW!)
29+
🌐 Side Panel Integration
3030
- Quick access to add rules
3131
- Browse and restore closed tabs
3232
- Real-time tab management
3333

34+
🔍 Spot Search - Quick Tab & Bookmark Finder
35+
- Instant search across all open tabs and bookmarks with Alt+Shift+E (or Cmd+Shift+E on Mac)
36+
- Real-time filtering as you type - search by title, URL, or tab group name
37+
- Keyboard navigation - use arrow keys (↑↓) to navigate, Enter to select, Escape to close
38+
39+
🪟 Windows Merger
40+
- Merge all browser windows into one with Alt+Shift+W (or Cmd+Shift+W on Mac)
41+
- Also accessible via right-click context menu
42+
3443
⚡ Performance Mode
3544
- Lightweight mode for specific domains
3645
- Reduce memory usage on resource-heavy sites
@@ -46,27 +55,13 @@ Take full control of your browser tabs with Tabee! Rename, organize, and customi
4655
- All rules stored locally on your device
4756
- ReDoS attack protection
4857

49-
📖 Quick Start:
50-
1. Install the extension
51-
2. Right-click on any page → "Rename Tab" for quick setup
52-
3. Or configure advanced rules from the Options page
53-
4. Access Tab Hive from the side panel
54-
5558
🔧 Advanced Features:
5659
- URL fragment matching (CONTAINS, STARTS, ENDS, REGEX, EXACT)
5760
- Title matcher with capture groups (@0, @1, @2...)
5861
- URL matcher with capture groups ($0, $1, $2...)
5962
- Dynamic title updates with page changes
6063
- Keyboard shortcuts for common actions
6164

62-
🆕 What's New in v1.0.0:
63-
- Complete rewrite with modern architecture
64-
- New Tab Hive feature for managing inactive tabs
65-
- Side panel integration
66-
- Image paste support for icons
67-
- Enhanced performance and stability
68-
- 155+ automated tests for reliability
69-
7065
🌍 Open Source:
7166
Contribute or report issues: https://github.com/furybee/chrome-tab-modifier
7267
Latest releases: https://github.com/furybee/chrome-tab-modifier/releases

src/common/storage.test.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ describe('Storage', () => {
3030
theme: 'tabee',
3131
lightweight_mode_enabled: false,
3232
lightweight_mode_patterns: [],
33+
lightweight_mode_apply_to_rules: true,
34+
lightweight_mode_apply_to_tab_hive: true,
3335
auto_close_enabled: false,
3436
auto_close_timeout: 30,
3537
},

0 commit comments

Comments
 (0)