Description from extension meta
Change any tab name using domain and url parameters
Image from store
Description from store
Imagine you have three pages on the same example.com with the same title "Dashboard - Website name" but contents are different:
https://example.com?content=alpha
https://example.com?content=beta
https://example.com?content=gamma
You can see same url structure but "content" parameter values are different.
So we can set up the rule:
Domain - "example.com" with replacement text: "Content"
Parameter - "content" with values and replacement text:
... alpha - "Alpha"
... beta - "Beta"
... gamma - "Gamma"
which gives us respective tab names:
Content | Alpha
Content | Beta
Content | Gamma
By default separator is " | " but you can change it in options page
Latest reviews
- (2020-12-07) Georgy Nikolaev: It really helps me to work with webapps that use different domain in URL but same paths. So now working in test and prod app at the same time, I don't mistake one app for another