Tab Group Auto-Namer
Free to download on every platform. Comes pre-installed on BotFone, BotPad and BotFlip — with extra free apps included.
About this app
WHAT IT DOES
Tab Group Auto-Namer automatically generates smart, descriptive names for your tab groups based on the content of the current page. The extension analyzes the page title, URL, and domain to suggest relevant group names like "Project X - Documentation", "Shopping - Amazon & eBay", or "Coding - GitHub & Stack Overflow". It detects common categories including documentation, shopping, social media, news, work, email, entertainment, travel, education, and coding. You can copy any suggestion to your clipboard with a single click, or enter a custom group name and copy it. The extension helps you organize your tabs more efficiently by providing consistent, meaningful names for tab groups.
WHERE IT RUNS
The extension works on every website with a page title and URL, including complex single-page applications, traditional websites, and any page you want to organize into a tab group. It runs locally in your browser, analyzing page metadata without sending any data to external servers. The extension supports all major browsers and adapts to both desktop and mobile viewports seamlessly.
HOW TO USE
After installation, a "🏷️ Name Group" badge appears in the bottom-right corner of the page (if enabled). Click the badge or open the extension panel and click "Generate Suggestions" to see a list of suggested group names based on the current page. The suggestions appear in the panel, each showing a name and a "Copy" button. Click any suggestion to copy it to your clipboard. To use a custom name, enter it in the "Custom Name" input field and click "Copy." To customize the experience, open the extension panel and choose your preferred naming style: Short (e.g., "Shopping"), Descriptive (e.g., "Amazon - Shopping"), or Domain-based (e.g., "amazon.com"). Toggle "Auto-suggest on page load" to automatically generate suggestions when you visit a new page. For per-site customization, enable or disable the extension on specific websites using the per-site controls.
THE ACTUAL MECHANISM — DOMAIN AND CONTENT ANALYSIS WITH CATEGORY DETECTION
The extension uses a multi-stage analysis pipeline. First, it extracts the page title and URL from the current tab. The URL is parsed to extract the domain name and path components. The extension then checks the domain against a pre-defined mapping of known domains to categories (e.g., "github.com" → "coding", "amazon.com" → "shopping"). If no domain match is found, it scans the URL and title for category keywords using pattern lists for documentation, shopping, social media, news, work, email, entertainment, travel, education, and coding. Once a category is detected, the extension generates suggestions based on the user's selected naming style. For "short" style, it returns the category name or domain name. For "descriptive" style, it combines the category with the domain or a shortened title. For "domain-based" style, it returns the domain with an optional path component. The suggestions are deduplicated and limited to 5 unique names. All suggestions are rendered as clickable items in the panel, with a copy action that uses GM_setClipboard to place the name on the system clipboard.
THE PANEL
The settings panel is a lightweight, draggable overlay that appears in the center of your screen. You can reposition it by clicking and dragging the title bar; release it near the screen edge and it will snap into place automatically. To collapse the panel into a compact title bar, click the minimize button, expanding it again with the same control. The panel is fully responsive, adapting to different screen resolutions with a minimum width of 300px and a maximum of 480px. Press the Escape key at any time to dismiss the panel without applying changes. All controls—the enable/disable toggle, generate suggestions button, suggestion list, custom name input, copy button, naming style selector, auto-suggest toggle, and per-site controls—are accessible within a clean, high-contrast interface that respects your system's color scheme.
PLEASE NOTE
This extension requires the free BotGentz companion extension to be installed and active, which provides the underlying DOM access, clipboard, and storage engine. The category detection is based on pre-defined keyword lists and domain mappings, which may not cover all websites—some pages may not generate category-specific suggestions and will fall back to domain-based or generic names. The extension does not store or transmit any page content or browsing history. No personal data, browsing history, or page content is ever collected, stored, or transmitted. All settings are saved using the browser's storage API and remain solely on your device. The extension does not inject ads, trackers, or analytics of any kind.