Releases: huseyincancalti/TabGroup-Master
Releases · huseyincancalti/TabGroup-Master
Release list
TabGroup Master v1.0.0
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
- Download
TabGroup-Master-v1.0.0.zipbelow and unzip. chrome://extensions/→ enable Developer mode → Load unpacked → select the folder.- (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
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.