Skip to content

TabGroup Master v0.1.0-alpha

Pre-release
Pre-release

Choose a tag to compare

@huseyincancalti huseyincancalti released this 17 May 17:57

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

  1. Download TabGroup_Master_Extension_v0.1.0-alpha.zip and extract it to a permanent folder on your PC.
  2. Open Chrome and navigate to chrome://extensions/.
  3. Toggle the Developer mode switch in the top-right corner.
  4. Click Load unpacked in the top-left corner and select the extracted extension folder.
  5. Copy the unique Extension ID generated by Chrome for TabGroup Master.

Step 2: Configure the Native Host Macro (Windows)

  1. Download TabGroup_Master_NativeHost_v0.1.0-alpha.zip and extract it.
  2. Right-click the install.bat file and select Edit (or open it with Notepad).
  3. Find the line containing chrome-extension://... and replace the placeholder ID with your actual Extension ID copied in Step 1 (keep the trailing slash /).
  4. Save the file, then double-click install.bat to run it.
  5. The script will automatically generate your secure com.tabgroup.master.json manifest with your local paths and register it safely within the Windows Registry.