# Smart Tab Re(gex)namer

> A smart tab renamer powered by regexes: enables tab renaming using regex.

Canonical page: [https://chrome-stats.com/d/tab-re-gex-namer](https://chrome-stats.com/d/tab-re-gex-namer)

## Overview

- **ID:** `tab-re-gex-namer`
- **Platform:** Firefox
- **Type:** Firefox add-on
- **Status:** Available
- **Publisher:** k1nz
- **Category:** appearance,tabs
- **Daily users:** 5
- **Rating:** 5.00 / 5 (2 ratings)
- **Version:** 0.2
- **Last updated:** 2025-09-03
- **First published:** 2025-08-31
- **Size:** 38 KB
- **Data as of:** 2026-09-16
- **Store listing:** [Firefox Add-ons Store](https://addons.mozilla.org/firefox/addon/tab-re-gex-namer/)

## Description

This is a smart tab renamer. You can use regex matching on title for specific URLs to rename tab titles at will.

For each rule, you have 3 fields to fill:
- target URL pattern: the URLs this rule will apply on
- title regex (with groups): the regex that will match the tab title. You can use capture groups and use those in the rename pattern.
- rename pattern: the new name for the tab, can use the captured groups from above.

For example, to rename all tabs on <a href="https://prod.outgoing.prod.webservices.mozgcp.net/v1/18292d9c1899dd2b453ea9e3c1375587569f07a1d91694af6d865f8eab086cdb/http%3A//github.com" rel="nofollow">github.com</a> starting with "GitHub -" to the rest of the title:
- target URL: "*github*"
- title regex: "^GitHub - (?&lt;title&gt;.*)$"
- rename pattern: "&lt;title&gt;".

## Rankings

- #43,620 — Overall
- #102 — smart
- #114 — smart tool
- #148 — name
- #187 — smartbook
- #231 — smartphone

## Permissions and access

### Permissions

- `storage`
- `tabs`

### Content script matches

- `<all_urls>`

## Safety

- **Risk impact:** High risk impact
- **Risk likelihood:** Moderate risk likelihood

### Analysis details

- Grants access to browser tabs, which can be used to track user browsing habits and history, presenting a privacy concern.
- This extension has low user count. Unpopular extensions may not be stable or safe.

> Some risk analysis details are omitted from this free response. [Upgrade to view the full analysis](https://chrome-stats.com/pricing).

## Similar extensions and apps

- [Tab Renamer X](https://chrome-stats.com/d/tab-renamer-x) — 32 users, 3.00 / 5
- [Title Tamer](https://chrome-stats.com/d/title-tamer) — 18 users
- [Tab Modifier ff](https://chrome-stats.com/d/tab-modifier-ff) — 2 users, 5.00 / 5
- [Tab ReTitle](https://chrome-stats.com/d/tab-retitle) — 2,742 users, 4.21 / 5
- [Rename Tab Title](https://chrome-stats.com/d/rename-tab-title) — 3,217 users, 3.70 / 5
- [Tab Rename Wiz](https://chrome-stats.com/d/tab-rename-wiz) — 46 users, 4.33 / 5
- [RegEx URL Replacer](https://chrome-stats.com/d/regex-url-replacer) — 4 users, 2.00 / 5
- [Custom Tab Appearance](https://chrome-stats.com/d/custom-tab-appearance) — 16 users
- [Automatic Tab Renamer](https://chrome-stats.com/d/automatic-tab-renamer) — 3 users
- [Tab Renamer!](https://chrome-stats.com/d/tab_re-namer) — 6 users
- [Tab Renamer!](https://chrome-stats.com/d/tab-editor) — 1 users
- [Tab\_Modifier](https://chrome-stats.com/d/tab_modifier) — 240 users, 4.00 / 5

---

Source: [Chrome-Stats](https://chrome-stats.com/d/tab-re-gex-namer)
