Description
## Overview
A Chrome extension that allows users to assign custom names to tabs based on their URLs. The custom names persist across browser sessions and automatically apply when visiting the same URLs.
## Core Features
### 1. Interactive Tab Naming
- **Trigger**: Click the extension icon in the toolbar
- **UI**: Small popup window with input field and restore button
- **Behavior**:
- For new URLs: Empty input field for entering custom name
- For renamed URLs: Pre-populated with current custom name, editable
- Press Enter to save and apply the custom name
- Click "Restore" button to revert to original tab title
- **Tab Title Replacement**:
- Custom names **completely replace** the original tab title
- No concatenation or combination with original title
- Short, clean tab titles as specified by the user
- **Example**:
- User visits `https://github.com/user/repo/issues/1234/long-issue-title-that-makes-tab-unreadable`
- Original tab shows: "Fix: Implementation of new feature system with multiple components · Issue #1234 · user/repo"
- User clicks extension, enters "Bug #1234"
- Tab now shows only: "Bug #1234"
- The long original title is completely replaced
### 2. Persistent Storage
- **Storage**: Chrome's local storage API
- **Data Structure**: Key-value pairs (URL → Custom Name)
- **Persistence**: Survives browser restarts, profile syncing
- **Example**:
```json
{
"https://github.com/user/repo": "My Project",
"https://stackoverflow.com/questions/123": "React Hook Solution"
}
```
### 3. Automatic Tab Renaming
- **Trigger**: Page load/refresh
- **Behavior**: Automatically applies saved custom name
- **Example**:
- User previously named `https://docs.google.com/document/d/abc123` as "Q4 Report"
- Every time this URL loads (new tab, refresh, browser restart), tab shows "Q4 Report"
### 4. Duplicate URL Handling
- **Behavior**: All tabs with the same URL get the same custom name
- **Real-time sync**: Renaming one tab updates all tabs with that URL
- **Example**:
- User has 3 tabs open with `https://mail.google.com`
- Names one tab "Work Email"
- All 3 tabs immediately show "Work Email"
### 5. Subdomain/Path Inheritance
- **Pattern Matching**: URLs with additional path segments inherit base name with suffix
- **Format**: `{custom_name} - {additional_path_info}`
- **Examples**:
- Base: `https://example.com/docs` → "API Docs"
- Inherits:
- `https://example.com/docs/authentication` → "API Docs - authentication"
- `https://example.com/docs/api/v2` → "API Docs - api/v2"
- `https://example.com/docs/guides/quickstart` → "API Docs - guides/quickstart"
Reviews
Loading reviews...
Permissions (3)
Permissions
scriptingℹ Can inject scripts into web pages storageℹ Can store data locally in your browser tabsℹ Can see your open tabs and their URLs
Details
| Version | 1.0.0 |
| Updated | Jul 8, 2025 |
| Size | 1.19MiB |
| First Seen | Mar 27, 2026 |
Popular in tools
Zotero Connector
by Zotero
8M
★ 3.96
tools
8M
★ 3.96
tools
Browsec VPN - Free VPN for Chrome
by Browsec
7M
★ 4.44
tools
7M
★ 4.44
tools
AnyDoc Translator - Translate Web and PDF
by www.wps.com
7M
★ 4.59
tools
7M
★ 4.59
tools
Microsoft Bing Homepage & Search for Chrome
by Microsoft Corporation
4M
★ 3.72
tools
4M
★ 3.72
tools
IE Tab
by Blackfish Software
4M
★ 4.31
tools
4M
★ 4.31
tools
Popular Extensions
Adobe Acrobat: PDF edit, convert, sign tools
by Adobe Inc.
331M
★ 4.40
workflow
331M
★ 4.40
workflow
Grammarly: AI Writing Assistant and Grammar Checker App
by Grammarly
42M
★ 4.50
communication
42M
★ 4.50
communication
Chrome Remote Desktop
by Chrome Remote Desktop Release Managers
38M
★ 3.14
workflow
38M
★ 3.14
workflow
Microsoft Single Sign On
by Microsoft
36M
★ 2.27
workflow
36M
★ 2.27
workflow
Cisco Webex Extension
by cisco.chromestore
23M
★ 2.34
social
23M
★ 2.34
social