TabTitles — Rename any tab temporarily. Free Chrome extension.
- TypeScript 69.4%
- CSS 16.9%
- HTML 6.8%
- Python 5.4%
- Shell 1.5%
| public/icons | ||
| scripts | ||
| src | ||
| tests | ||
| .gitignore | ||
| AGENTS.md | ||
| biome.json | ||
| LICENSE | ||
| package.json | ||
| pnpm-lock.yaml | ||
| pnpm-workspace.yaml | ||
| README.md | ||
| tsconfig.json | ||
| wxt.config.ts | ||
TabTitles
Rename any tab temporarily. Distinguish 10 Google Docs, 15 GitHub tabs, 20 Jira tickets.
Free Chrome extension. 100% local, zero config, no servers.
Install
- Download the latest zip from releases
- Unzip
- Go to
chrome://extensions, enable Developer Mode - Click "Load unpacked" and select the unzipped folder
Features
- Rename any tab — click icon, type name, done
- Persists across page reloads on same origin
- Auto-suggest names based on page content
- Reset to original title with one click
- Batch rename — rename multiple tabs at once
- 100% local — chrome.tabs API, no servers
Privacy
TabTitles doesn't collect any data. No analytics, no tracking, no telemetry.
Tab names are stored in chrome.storage.local and never leave your browser.
Free forever
TabTitles is 100% free. All features are available to everyone. No premium tiers, no locked features, no usage limits.
Development
pnpm install
pnpm run dev # Development with hot reload
pnpm run build # Build to .output/chrome-mv3/
pnpm run validate # typecheck + lint + test:ci
License
Apache-2.0