This Chrome/Chromium extension allows you to add custom prefixes and suffixes to all your tab titles. It works across any Chromium-based browser including Chrome, Vivaldi, Edge, and Brave.
- Add a custom prefix to all tab titles
- Add a custom suffix to all tab titles
- Settings are saved and persisted across browser sessions
- Apply changes immediately to all open tabs
- Works with dynamically changing tab titles
- Clone or download this repository
- Open your Chromium-based browser (Chrome, Vivaldi, Edge, Brave, etc.)
- Navigate to the extensions page:
- In Chrome/Vivaldi:
chrome://extensions/ - In Edge:
edge://extensions/ - In Brave:
brave://extensions/
- In Chrome/Vivaldi:
- Enable "Developer mode" (usually a toggle in the top-right corner)
- Click "Load unpacked" and select the directory containing this extension
- Click on the extension icon in your browser toolbar
- Enter your desired prefix in the "Prefix:" field (e.g., "[Work] ")
- Enter your desired suffix in the "Suffix:" field (e.g., " - Important")
- Click "Save Settings" to store your preferences
- Click "Apply Now" to immediately apply the changes to all open tabs
The extension uses content scripts to modify the document title of each page. It also sets up a MutationObserver to maintain your prefix/suffix even when websites dynamically change their titles.
This extension requires the following permissions:
tabs: To access and modify tab informationstorage: To save your prefix/suffix settingsscripting: To inject scripts that modify tab titleshost_permissionsfor all URLs: To modify titles on any website
- The extension cannot modify titles of browser internal pages (chrome://, vivaldi://, etc.)
- Some websites with complex title management might override the extension's changes