Skip to content

Releases: huseyincancalti/TabGroup-Master

TabGroup Master v1.0.0

Choose a tag to compare

@huseyincancalti huseyincancalti released this 13 Jun 13:02

First stable release of TabGroup Master 🚀

Turn Chrome's flat tab-group strip into a full-screen, nested workspace — fully local, no account, no tracking.

🔥 Highlights

  • 🗂️ Nested folder workspace with drag & drop
  • 🪟 Free Mode — groups open in their own window, nothing touches your bookmarks bar
  • 💤 Frozen tabs — reopen 100-tab groups with almost no RAM
  • ⬇️ One-click import of your saved/closed Chrome groups (native host or pure-JS, no install)
  • 🧹 Cleanup tools (find unnamed, merge duplicates) with Undo
  • 🔎 Accent-aware search across titles and tab URLs
  • 🛟 Triple backup: off-profile file + cloud sync + JSON export

🔒 Security & reliability in this build

  • All user text HTML-escaped; only http(s)/ftp/mailto links are clickable (blocks javascript: injection)
  • Large backups chunked under Chrome's 1 MB limit so restore never silently fails
  • Single-Undo bulk delete, deduped render listeners

📥 Install

  1. Download TabGroup-Master-v1.0.0.zip below and unzip.
  2. chrome://extensions/ → enable Developer modeLoad unpacked → select the folder.
  3. (Optional) Run NativeHost/install.bat (Win) / install.command (mac) / install.sh (Linux) for one-click import.

Works on Chrome, Edge, Brave, Vivaldi & Chromium.

TabGroup Master v0.1.0-alpha

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.