TabGroup Master v0.1.0-alpha
Pre-release
Pre-release
TabGroup Master v0.1.0-Alpha 🚀
Welcome to the first Developer Alpha release of TabGroup Master! This extension elevates your Chrome Tab Groups experience into a full-screen, hierarchical workspace manager inspired by VS Code and Unity tree structures.
⚠️ Note: This is an Alpha release meant for developers and power users. Currently optimized for Windows environments.
✨ Key Features
- Global Search & Turkish/English Input Smoothing: Instant filtering across Active, Saved, and Conflict tabs without worrying about character case or Turkish/English keyboard layouts (ç, ş, ı, İ, etc.).
- Spacious Hierarchical Workspace: Manage your groups inside nested folders with smooth, animated drag-and-drop powered by SortableJS.
- Title Collision Protection (Import Mode): Real-time monitoring for identical group names to prevent visual chaos and database corruption.
- Session Recovery & Auto-Sync: Seamless communication between the side panel and the full-screen dashboard. Even if Chrome resets your live group IDs on restart, the system recovers your workspace intact based on title-session binding.
- Privacy First: Native scripts run completely locally. Absolute paths are masked to hide local system usernames automatically.
🛠️ Quick Installation Guide
To get the full automation features (including macro scanning), follow these two simple steps:
Step 1: Install the Chrome Extension
- Download
TabGroup_Master_Extension_v0.1.0-alpha.zipand extract it to a permanent folder on your PC. - Open Chrome and navigate to
chrome://extensions/. - Toggle the Developer mode switch in the top-right corner.
- Click Load unpacked in the top-left corner and select the extracted extension folder.
- Copy the unique Extension ID generated by Chrome for TabGroup Master.
Step 2: Configure the Native Host Macro (Windows)
- Download
TabGroup_Master_NativeHost_v0.1.0-alpha.zipand extract it. - Right-click the
install.batfile and select Edit (or open it with Notepad). - Find the line containing
chrome-extension://...and replace the placeholder ID with your actual Extension ID copied in Step 1 (keep the trailing slash/). - Save the file, then double-click
install.batto run it. - The script will automatically generate your secure
com.tabgroup.master.jsonmanifest with your local paths and register it safely within the Windows Registry.