Change the title based on the URL
This is a simple Chrome extension designed to change your tab title based on the URL.
If your deployment environment includes a title, this extension allows you to automatically switch the tab title to match the name of the environment.
It's perfect for keeping track of multiple deployment environments.
In the extension's options, you can set the URL regex and the title you'd like to change to.
Feel free to use the following variables to create dynamic titles:
- ${title}: The default tab title
- ${url}: The current URL
- ${hostname}: The current hostname
- ${pathname}: The current pathname
- ${search}: The current search query
These variables allow you to tailor the tab titles to your specific needs.